diff options
author | Justin Choquette <jchoquette@iol.unh.edu> | 2023-10-23 16:24:13 -0400 |
---|---|---|
committer | Justin Choquette <jchoquette@iol.unh.edu> | 2023-10-25 16:26:17 -0400 |
commit | a4ba880252b2bad72df3f16dd11fdf2206825335 (patch) | |
tree | 3d2852284728814ba546ae2719f47fe641b0f544 /src/templates/lfedge/base.html | |
parent | aff53e072502d63d8002d9c83213ce7f9d12c352 (diff) |
Single Template Selection For Compatible Dashboardsliblaas-mvp
Change-Id: I0a795c2c49fdbe0427182a8789d622003997efcd
Signed-off-by: Justin Choquette <jchoquette@iol.unh.edu>
Diffstat (limited to 'src/templates/lfedge/base.html')
-rw-r--r-- | src/templates/lfedge/base.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/templates/lfedge/base.html b/src/templates/lfedge/base.html index 4413340..b8ed8c8 100644 --- a/src/templates/lfedge/base.html +++ b/src/templates/lfedge/base.html @@ -17,8 +17,6 @@ </a> </div> {% endblock logo %} -{% block dropDown %} -{% endblock dropDown %} {% block userDropDownText %} <a class="nav-link p-0 wtext p-2" data-toggle="dropdown" href="#"> {% if request.user.username %} |