Fixing typo in django template block name

This commit is contained in:
Ashutosh Chauhan 2019-10-01 14:42:17 +05:30
parent 5a5faf5dee
commit e149bfac7d
No known key found for this signature in database
GPG key ID: 3BA7332A8125319A

View file

@ -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>