diff options
author | Gergely Csatari <gergely.csatari@nokia.com> | 2023-10-26 10:33:28 +0300 |
---|---|---|
committer | Gergely Csatari <gergely.csatari@nokia.com> | 2023-10-26 10:34:28 +0300 |
commit | 2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 (patch) | |
tree | 6e449d92ddfc880ed007e9d8a8f25bda8fc7cb0f /src/templates/lfedge/base.html | |
parent | 0d3dd290aa6e7f39e7b0b3cbe448b6622f924240 (diff) |
that the development continues in GitHub
Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
Diffstat (limited to 'src/templates/lfedge/base.html')
-rw-r--r-- | src/templates/lfedge/base.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/templates/lfedge/base.html b/src/templates/lfedge/base.html deleted file mode 100644 index 4413340..0000000 --- a/src/templates/lfedge/base.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends "base/base.html" %} -{% load staticfiles %} -{% block bgColor %} -<link rel="stylesheet" href="{% static "css/lfedge.css" %}"> - -<nav class="navbar navbar-light LFEdge navbar-fixed-top border-bottom py-0 mb-0" role="navigation"> -{% endblock bgColor %} - -{% block logo %} -<div class="barClamp col-12 col-sm order-1 order-sm-2 text-center text-lg-left"> - <a href="https://www.lfedge.org/" class="navbar-brand"> - <img src="{% static "img/lfedge-logo.png" %}" alt="lfedge logo"> - </a> - - <a class="wtext d-none d-lg-inline" href={% url 'dashboard:index' %}> - Dashboard - </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 %} - {{request.user.username}} - {% else %} - <i class="fas fa-user"></i> - {% endif %} - <i class="fas fa-caret-down rotate"></i> -</a> -{% endblock userDropDownText %} |