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 --- accounts/templates/accounts/index.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'accounts/templates/accounts/index.html') diff --git a/accounts/templates/accounts/index.html b/accounts/templates/accounts/index.html index 69d0717..e0674a7 100644 --- a/accounts/templates/accounts/index.html +++ b/accounts/templates/accounts/index.html @@ -11,17 +11,9 @@ {% if user.is_staff %}
  • Pannello Admin
  • {% endif %} - {% if user.is_authenticated %} -
  • {{ user.username }}
  • - {% endif %} - {% if user.username != "" %} -
  • - exit_to_app -
  • - {% else %} -
  • Registrazione
  • -
  • Login
  • - {% endif %} +
  • {{ user.username }}
  • +
  • info_outline
  • +
  • exit_to_app