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/h2.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyblackbird_cc/templates/allauth/elements/h2.html (limited to 'pyblackbird_cc/templates/allauth/elements/h2.html') 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