Skip to content

Commit b27ea01

Browse files
committed
hotfix brand title come from settings
1 parent 98ba67d commit b27ea01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mapentity/templates/mapentity/_base_navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 %}

0 commit comments

Comments
 (0)