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_admin.html | 33 ++++++++++++++++++++-- templates/registration/base_client.html | 33 ++++++++++++++++++++-- templates/registration/base_simple.html | 31 +++++++++++++++++++- templates/registration/login.html | 2 +- templates/registration/password_reset_confirm.html | 2 +- templates/registration/password_reset_form.html | 2 +- 6 files changed, 95 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index a06c54d..4a12892 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -1,16 +1,42 @@ +{% with color="red lighten-1" %} +{% with hexcolor="#ef5350" %} +{% with hexlightcolor="#ef9a9a" %} {% load static %} + {% block title %}Scout Brega{% endblock %}