From cceb769696480bb54a7bdb91474932a93c5152fa Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Fri, 15 Nov 2024 12:55:36 +0100 Subject: light theme for new style --- templates/registration/base_admin.html | 3 +++ templates/registration/base_client.html | 3 +++ templates/registration/base_simple.html | 3 +++ 3 files changed, 9 insertions(+) (limited to 'templates') diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index e7c56df..f150c35 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -5,6 +5,9 @@ + {% load static %} diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index 89a7eca..de54445 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -4,6 +4,9 @@ + {% load static %} {% load app_filter %} diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 9dc4e35..4aa13e5 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -4,6 +4,9 @@ + {% load static %} -- cgit v1.2.1