Add vocabulary page

This commit is contained in:
2014-12-23 09:13:22 +01:00
committed by Gergely Polonkai
parent ae7ea8004f
commit cb8a780548
5 changed files with 32 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<body>
<h1>Rubber Duck Booking Tool</h1>
<a href="{% url 'index' %}">Home</a>
<a href="{% url 'booking:vocabulary' %}">Vocabulary</a>
{% block body %}{% endblock %}
</body>
</html>