From 13086836f03b1b22bce5420344e13e0dbb3d032d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 29 Jul 2022 02:47:28 +0530 Subject: [PATCH] Import css/js files of bootstrap-table in the base.html file | Add profile icon and dynamic text for login nav option --- django/archives/mailarchives/templates/base.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/django/archives/mailarchives/templates/base.html b/django/archives/mailarchives/templates/base.html index 23d137e..d22f327 100644 --- a/django/archives/mailarchives/templates/base.html +++ b/django/archives/mailarchives/templates/base.html @@ -17,6 +17,7 @@ + {%if newstags %} {%comment%}Default RSS links are only shown on pages that have newstags set{%endcomment%} @@ -51,7 +52,16 @@ - + + {% if user.is_authenticated %} + + {% else %} + + {% endif %}
@@ -103,6 +113,7 @@ + -- 2.26.2.windows.1