Implement Duck listing

This commit is contained in:
2014-12-23 09:28:43 +01:00
committed by Gergely Polonkai
parent 56d19e07d9
commit 8c9475d076
7 changed files with 60 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
</head>
<body>
<h1>Rubber Duck Booking Tool</h1>
<a href="{% url 'index' %}">Home</a>
<a href="{% url 'booking:list' %}">Home</a>
<a href="{% url 'booking:terms' %}">Terms and Conditions</a>
<a href="{% url 'booking:vocabulary' %}">Vocabulary</a>
<a href="{% url 'booking:disclaimer' %}">Disclaimer</a>