File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mapentity/templates/mapentity Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{% load static i18n mapentity_tags %}
22
33< nav class ="navbar navbar-expand-lg navbar-light bg-light ">
4- < a class ="navbar-brand mr-0 " href ="# ">
5- {% block logo_header %}< img src ="{% static 'images/logo-header.png' %} " style ="max-width: 30px; max-height: 30px; " alt ="logo "> {% endblock %} < span class ="d-none d-sm-inline "> {% block title_header %}Mapentity {% endblock %}</ span >
4+ < a class ="navbar-brand mr-0 " href ="# " title =" {{ TITLE }} {{ VERSION }} " >
5+ {% block logo_header %}< img src ="{% static 'images/logo-header.png' %} " style ="max-width: 30px; max-height: 30px; " alt ="logo "> {% endblock %} < span class ="d-none d-sm-inline "> {% block title_header %}{{ TITLE }} {% endblock %}</ span >
66 </ a >
77
88 {% if request.user.is_authenticated %}
You can’t perform that action at this time.
0 commit comments