From 8c8981891e1fccc4a4491ffe02c26a9d4279f0e6 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Tue, 28 Jul 2020 20:40:06 +0200 Subject: local font feching, list for non interactive items --- templates/registration/base.html | 2 +- templates/registration/base_client.html | 4 ++-- templates/registration/base_custom.html | 2 +- templates/registration/base_simple.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/registration') diff --git a/templates/registration/base.html b/templates/registration/base.html index 7af2fb7..ae0b536 100644 --- a/templates/registration/base.html +++ b/templates/registration/base.html @@ -2,7 +2,7 @@ {% load static %} - + diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index fb106d0..b6c3251 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -2,7 +2,7 @@ {% load static %} - + @@ -21,7 +21,7 @@
  • {{ user.username }}
  • {% endif %} {% if user.username != "" %} -
  • info_outline
  • +
  • info_outline
  • exit_to_app
  • diff --git a/templates/registration/base_custom.html b/templates/registration/base_custom.html index 7a5bfee..89c665a 100644 --- a/templates/registration/base_custom.html +++ b/templates/registration/base_custom.html @@ -2,7 +2,7 @@ {% load static %} - + diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 980aeca..ecafd0c 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -2,7 +2,7 @@ {% load static %} - + -- cgit v1.2.1