diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
commit | eeaddb27560d723ca7d61359744ceb2709fccd2d (patch) | |
tree | 04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /pyblackbird_cc/templates/allauth/layouts | |
parent | 7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff) |
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to 'pyblackbird_cc/templates/allauth/layouts')
-rw-r--r-- | pyblackbird_cc/templates/allauth/layouts/entrance.html | 44 | ||||
-rw-r--r-- | pyblackbird_cc/templates/allauth/layouts/manage.html | 6 |
2 files changed, 0 insertions, 50 deletions
diff --git a/pyblackbird_cc/templates/allauth/layouts/entrance.html b/pyblackbird_cc/templates/allauth/layouts/entrance.html deleted file mode 100644 index fedeb31..0000000 --- a/pyblackbird_cc/templates/allauth/layouts/entrance.html +++ /dev/null @@ -1,44 +0,0 @@ -{% extends "base.html" %} - -{% load allauth %} - -{% load i18n %} - -{% block bodyclass %} - bg-light -{% endblock bodyclass %} -{% block css %} - {{ block.super }} -{% endblock css %} -{% block title %} - {% block head_title %} - {% trans "Sign In" %} - {% endblock head_title %} -{% endblock title %} -{% block body %} - <div class="d-flex justify-content-center h-100 py-4"> - <div class="col-md-4 py-4 my-4 px-4"> - {% if messages %} - {% for message in messages %} - <div class="alert alert-dismissible {% if message.tags %}alert-{{ message.tags }}{% endif %}"> - {{ message }} - <button type="button" - class="btn-close" - data-bs-dismiss="alert" - aria-label="Close"></button> - </div> - {% endfor %} - {% endif %} - - {% element h2 %}Coming soon!{% endelement %} - - <p>Alphabet Learning is a brand new platform selling high quality educational resources. As of October 2024, the site is currently in active development - and will be launched soon.</p> - - <hr> - - {% block content %} - {% endblock content %} - </div> - </div> -{% endblock body %} diff --git a/pyblackbird_cc/templates/allauth/layouts/manage.html b/pyblackbird_cc/templates/allauth/layouts/manage.html deleted file mode 100644 index 75b4959..0000000 --- a/pyblackbird_cc/templates/allauth/layouts/manage.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "base.html" %} - -{% block main %} - {% block content %} - {% endblock content %} -{% endblock main %} |