aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/allauth/layouts/entrance.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/templates/allauth/layouts/entrance.html')
-rw-r--r--pyblackbird_cc/templates/allauth/layouts/entrance.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/pyblackbird_cc/templates/allauth/layouts/entrance.html b/pyblackbird_cc/templates/allauth/layouts/entrance.html
index 4d585cf..7f7654e 100644
--- a/pyblackbird_cc/templates/allauth/layouts/entrance.html
+++ b/pyblackbird_cc/templates/allauth/layouts/entrance.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
+{% load allauth %}
+
{% load i18n %}
{% block bodyclass %}
@@ -27,6 +29,15 @@
</div>
{% endfor %}
{% endif %}
+
+ {% element h2 %}Coming soon!{% endelement %}
+
+ <p>Alphabet Learning is a brand new platform setting
+ education resources. As of October 2024, the site is currently in active development
+ and will be launched soon. coming soon</p>
+
+ <hr>
+
{% block content %}
{% endblock content %}
</div>