From 52bdb091aebfc710756154d5699873161b0db0a9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 29 Sep 2024 15:46:03 +0100 Subject: Added an holding paragraph on the sign in page. --- pyblackbird_cc/templates/allauth/elements/h1.html | 5 +++++ pyblackbird_cc/templates/allauth/elements/h2.html | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 pyblackbird_cc/templates/allauth/elements/h1.html create mode 100644 pyblackbird_cc/templates/allauth/elements/h2.html (limited to 'pyblackbird_cc/templates/allauth/elements') diff --git a/pyblackbird_cc/templates/allauth/elements/h1.html b/pyblackbird_cc/templates/allauth/elements/h1.html new file mode 100644 index 0000000..40ebed8 --- /dev/null +++ b/pyblackbird_cc/templates/allauth/elements/h1.html @@ -0,0 +1,5 @@ +{% load allauth %} +

+ {% slot default %} + {% endslot %} +

diff --git a/pyblackbird_cc/templates/allauth/elements/h2.html b/pyblackbird_cc/templates/allauth/elements/h2.html new file mode 100644 index 0000000..e2b412a --- /dev/null +++ b/pyblackbird_cc/templates/allauth/elements/h2.html @@ -0,0 +1,5 @@ +{% load allauth %} +

+ {% slot default %} + {% endslot %} +

-- cgit v1.2.3