diff --git a/templates/account/base.html b/templates/account/base.html deleted file mode 100755 index e428b9d..0000000 --- a/templates/account/base.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "base.html" %} - - diff --git a/templates/account/email.html b/templates/account/email.html deleted file mode 100755 index f6882e6..0000000 --- a/templates/account/email.html +++ /dev/null @@ -1,71 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load url from future %} - -{% block head_title %}{% trans "Account" %}{% endblock %} - -{% block content %} -
{% trans 'The following e-mail addresses are associated to your account:' %}
- - - -{% else %} -{% trans 'Warning:'%} {% trans "You currently do not have any e-mail address set up. You should really add an e-mail address so you can receive notifications, reset your password, etc." %}
- -{% endif %} - - -{% trans "You have signed out." %}
- - {% if user.is_authenticated %} -{% blocktrans %}You may delete your password since you are currently logged in using OpenID.{% endblocktrans %}
- -{% endblock %} diff --git a/templates/account/password_delete_done.html b/templates/account/password_delete_done.html deleted file mode 100755 index 5b23700..0000000 --- a/templates/account/password_delete_done.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block head_title %}{% trans "Password Deleted" %}{% endblock %} - -{% block content %} -{% blocktrans %}Your password has been deleted.{% endblocktrans %}
-{% endblock %} diff --git a/templates/account/password_reset.html b/templates/account/password_reset.html deleted file mode 100755 index 92ac0d0..0000000 --- a/templates/account/password_reset.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load account_tags %} - -{% block head_title %}{% trans "Password Reset" %}{% endblock %} - -{% block content %} - -{% trans "Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}
- - - -{% blocktrans %}If you have any trouble resetting your password, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
-{% endblock %} - -{% block extra_body %} - -{% endblock %} diff --git a/templates/account/password_reset_done.html b/templates/account/password_reset_done.html deleted file mode 100755 index c9d946c..0000000 --- a/templates/account/password_reset_done.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load account_tags %} - -{% block head_title %}{% trans "Password Reset" %}{% endblock %} - -{% block content %} -{% blocktrans %}We have sent you an e-mail. If you do not receive it within a few minutes, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
-{% endblock %} diff --git a/templates/account/password_reset_from_key.html b/templates/account/password_reset_from_key.html deleted file mode 100755 index 1c93c40..0000000 --- a/templates/account/password_reset_from_key.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "account/base.html" %} - -{% load url from future %} -{% load i18n %} -{% block head_title %}{% trans "Change Password" %}{% endblock %} - -{% block content %} -{% blocktrans %}The password reset link was invalid, possibly because it has already been used. Please request a new password reset.{% endblocktrans %}
- {% else %} - {% if form %} - - {% else %} -{% trans 'Your password is now changed.' %}
- {% endif %} - {% endif %} -{% endblock %} diff --git a/templates/account/password_reset_key_message.txt b/templates/account/password_reset_key_message.txt deleted file mode 100755 index 1a39222..0000000 --- a/templates/account/password_reset_key_message.txt +++ /dev/null @@ -1,9 +0,0 @@ -{% load i18n %}{% blocktrans with site.domain as site_domain and user.username as username %}You're receiving this e-mail because you or someone else has requested a password for your user account at {{site_domain}}. -It can be safely ignored if you did not request a password reset. Click the link below to reset your password. - -{{password_reset_url}} - -In case you forgot, your username is {{username}}. - -Thanks for using our site! -{% endblocktrans %} diff --git a/templates/account/password_set.html b/templates/account/password_set.html deleted file mode 100755 index cf14619..0000000 --- a/templates/account/password_set.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block head_title %}{% trans "Set Password" %}{% endblock %} - -{% block content %} -{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}
- - - - {% endif %} -{% endblock %} - - diff --git a/templates/account/snippets/already_logged_in.html b/templates/account/snippets/already_logged_in.html deleted file mode 100755 index d038ef5..0000000 --- a/templates/account/snippets/already_logged_in.html +++ /dev/null @@ -1,5 +0,0 @@ -{% load i18n %} -{% load account_tags %} - -{% user_display user as user_display %} -{% trans "Note" %}: {% blocktrans %}you are already logged in as {{ user_display }}.{% endblocktrans %}
diff --git a/templates/account/user_details.html b/templates/account/user_details.html deleted file mode 100755 index bc3a1da..0000000 --- a/templates/account/user_details.html +++ /dev/null @@ -1,22 +0,0 @@ -{%extends "base.html" %} -{% load crispy_forms_tags %} -{% block scripts %} - - - -{% endblock %} -{% block content %} -{% crispy form form.helper %} -{% endblock %} \ No newline at end of file diff --git a/templates/account/verification_sent.html b/templates/account/verification_sent.html deleted file mode 100755 index c59655c..0000000 --- a/templates/account/verification_sent.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block head_title %}{% trans "Verify Your E-mail Address" %}{% endblock %} - -{% block content %} -{% blocktrans %}We have sent you an e-mail to {{ email }} for verification. Follow the link provided to finalize the signup process. If you do not receive it within a few minutes, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
- -{% endblock %} diff --git a/templates/account/verified_email_required.html b/templates/account/verified_email_required.html deleted file mode 100755 index 634355c..0000000 --- a/templates/account/verified_email_required.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "account/base.html" %} - -{% load url from future %} -{% load i18n %} - -{% block head_title %}{% trans "Verify Your E-mail Address" %}{% endblock %} - -{% block content %} -{% blocktrans %}This part of the site requires us to verify that -you are who you claim to be. For this purpose, we require that you -verify ownership of your e-mail address. {% endblocktrans %}
- -{% blocktrans %}We have sent an e-mail to you for -verification. Please click on the link inside this -e-mail. If you do not receive it within a few minutes, contact us -at {{ CONTACT_EMAIL }}. -{% endblocktrans %}
- -{% blocktrans %}Note: you can still change your e-mail address.{% endblocktrans %}
- - -{% endblock %}