Add navigation bar and fix the bug of "too many values to unbound"

This commit is contained in:
2012-11-17 09:46:33 +01:00
parent 4d89ccefb5
commit 16c2c73389
5 changed files with 72 additions and 25 deletions

View File

@@ -31,4 +31,8 @@
{% endfor %}
{% endif %}
</table>
<br/><br/>
{% autoescape off %}
<center>{{ navigation_bar }}</center>
{% endautoescape %}
{% endblock %}