From 0ba22318c4ac4b03d50030c5ada27b639d033a40 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 31 Aug 2020 15:52:14 +0200 Subject: variables for accent color --- templates/registration/base_simple.html | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'templates/registration/base_simple.html') diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 6876e83..f8c74bc 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -1,9 +1,35 @@ +{% with color="teal" %} +{% with hexcolor="#009688" %} +{% with hexlightcolor="#80cbc4" %} {% load static %} + {% block title %}Scout Brega{% endblock %} @@ -19,4 +45,7 @@ {% endblock %} - \ No newline at end of file + +{% endwith %} +{% endwith %} +{% endwith %} \ No newline at end of file -- cgit v1.2.1