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_client.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/registration/base_client.html') 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
  • -- cgit v1.2.1