mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
box_name instead of FreedomBox in base template
This commit is contained in:
parent
56e1b4ae57
commit
75896d4d1f
@ -86,7 +86,7 @@
|
||||
{% block mainmenu_left %}
|
||||
<span class="navbar-brand">
|
||||
<img src="{% static 'theme/img/freedombox-logo-32px.png' %}"
|
||||
alt="{% trans "FreedomBox" %}" />
|
||||
alt="{{ cfg.box_name }}" />
|
||||
</span>
|
||||
<a href="{% url 'index' %}" class="navbar-brand" title="{% trans "Applications" %}">
|
||||
<span class="glyphicon glyphicon-th"></span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user