From eeaddb27560d723ca7d61359744ceb2709fccd2d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 15 Oct 2024 21:01:31 +0100 Subject: Renamed from pyblackbird_cc to alphabetlearning - everywhere --- pyblackbird_cc/templates/account/signup.html | 37 ---------------------------- 1 file changed, 37 deletions(-) delete mode 100644 pyblackbird_cc/templates/account/signup.html (limited to 'pyblackbird_cc/templates/account/signup.html') diff --git a/pyblackbird_cc/templates/account/signup.html b/pyblackbird_cc/templates/account/signup.html deleted file mode 100644 index 9dd81fd..0000000 --- a/pyblackbird_cc/templates/account/signup.html +++ /dev/null @@ -1,37 +0,0 @@ - {% extends "account/base_entrance.html" %} - {% load allauth i18n %} - {% block head_title %} - {% trans "Signup" %} - {% endblock head_title %} - {% block content %} - {% element h1 %} - {% trans "Sign Up" %} -

There are lots of benefits to signing up!

- {% endelement %} - {% setvar link %} - - {% endsetvar %} - {% setvar end_link %} - - {% endsetvar %} -

{% blocktranslate %}Already have an account? Then please {{ link }}sign in{{ end_link }}.{% endblocktranslate %}

- {% if not SOCIALACCOUNT_ONLY %} - {% url 'account_signup' as action_url %} - {% element form form=form method="post" action=action_url tags="entrance,signup" %} - {% slot body %} - {% csrf_token %} - {% element fields form=form unlabeled=True %} - {% endelement %} - {{ redirect_field }} - {% endslot %} - {% slot actions %} - {% element button tags="prominent,signup" type="submit" %} - {% trans "Sign Up" %} - {% endelement %} - {% endslot %} - {% endelement %} - {% endif %} - {% if SOCIALACCOUNT_ENABLED %} - {% include "socialaccount/snippets/login.html" with page_layout="entrance" %} - {% endif %} - {% endblock content %} -- cgit v1.2.3