diff options
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index b0d1c01..f705624 100644 --- a/templates/base.html +++ b/templates/base.html @@ -42,7 +42,7 @@ </div>
<div id="nav">
- {% block nav %}
+ {% block nav %}
<!-- Use id="nav" for the left side menu -->
{% endblock %}
</div>
|