diff options
author | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-08-29 18:34:01 +0100 |
---|---|---|
committer | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-08-29 18:34:01 +0100 |
commit | 109e9fe55b47ba76385d68265e77de32f70f090a (patch) | |
tree | 171170b0252331f33a0920cde00047a235e24009 | |
parent | 636af41017a782bacdcbdb5b673ddc4ef6e8799f (diff) | |
download | troggle-109e9fe55b47ba76385d68265e77de32f70f090a.tar.gz troggle-109e9fe55b47ba76385d68265e77de32f70f090a.tar.bz2 troggle-109e9fe55b47ba76385d68265e77de32f70f090a.zip |
login required for saving survex files
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index f705624..1715340 100644 --- a/templates/base.html +++ b/templates/base.html @@ -42,6 +42,7 @@ </div>
<div id="nav">
+
{% block nav %}
<!-- Use id="nav" for the left side menu -->
{% endblock %}
|