diff options
author | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-08-29 18:33:44 +0100 |
---|---|---|
committer | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-08-29 18:33:44 +0100 |
commit | 7429749004509612764fea7daeee6c9ad3a80f88 (patch) | |
tree | 3b90f20674a56f8013a0f282fb63c86135ae3fc4 | |
parent | 709f9954f46429b12d0b3a4936b7aa0b0fca64c6 (diff) | |
download | troggle-7429749004509612764fea7daeee6c9ad3a80f88.tar.gz troggle-7429749004509612764fea7daeee6c9ad3a80f88.tar.bz2 troggle-7429749004509612764fea7daeee6c9ad3a80f88.zip |
login required for saving survex files
-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>
|