diff --git a/allianceauth/authentication/templates/registration/password_reset_email.html b/allianceauth/authentication/templates/registration/password_reset_email.html deleted file mode 100644 index 79d19b0e..00000000 --- a/allianceauth/authentication/templates/registration/password_reset_email.html +++ /dev/null @@ -1,15 +0,0 @@ -{% load i18n %}{% autoescape off %} - {% blocktrans trimmed %}You're receiving this email because you requested a password reset for your - user account.{% endblocktrans %} - - {% translate "Please go to the following page and choose a new password:" %} - {% block reset_link %} - {{domain}}{% url 'password_reset_confirm' uidb64=uid token=token %} - {% endblock %} - {% translate "Your username, in case you've forgotten:" %} {{ user.get_username }} - - {% translate "Thanks for using our site!" %} - - {% blocktrans %}Your IT Team{% endblocktrans %} - -{% endautoescape %} diff --git a/allianceauth/authentication/templates/registration/registration_form.html b/allianceauth/authentication/templates/registration/registration_form.html deleted file mode 100644 index a9aa5ef5..00000000 --- a/allianceauth/authentication/templates/registration/registration_form.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends 'public/middle_box.html' %} -{% load bootstrap %} -{% load i18n %} -{% load static %} -{% block page_title %}{% translate "Register" %}{% endblock %} -{% block middle_box_content %} -
- {% csrf_token %} - {{ form|bootstrap }} -
- -
-
-{% endblock %}