Merge pull request #1956 from masterashu/master
Fixing typo in Django template block name
This commit is contained in:
commit
1115a941c1
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