mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Fixing typo in django template block name
This commit is contained in:
parent
5a5faf5dee
commit
e149bfac7d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ folder and edit it to add/remove links to the menu.
|
|||
|
||||
<div class="collapse navbar-collapse" id="menu-content">
|
||||
<ul class="navbar-nav">
|
||||
{% block nabvar_left %}
|
||||
{% block navbar_left %}
|
||||
<li>
|
||||
<a class="nav-link" href="{% url 'index' %}">Home</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue