From db0e9d16bc1615e7626e9048a9aae112b22232ef Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 23 Sep 2024 12:03:19 +0300 Subject: Refactor: remove empty classes. --- gn2/wqflask/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gn2/wqflask') diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 952f380e..11a83a33 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -96,7 +96,7 @@ {% if g.user_session.logged_in %} -
  • +
  • {% endif %} -
  • +
  • {%if logged_in()%} {%if user_details is mapping%} {%set user_dets = user_details%} @@ -121,7 +121,7 @@ {% endif %} {%if not logged_in()%} -
  • +
  • Register @@ -130,7 +130,7 @@ {%endif%} {%if logged_in()%} -
  • +
  • Profile -- cgit v1.2.3