Add Terms and Conditions page template
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<body>
|
||||
<h1>Rubber Duck Booking Tool</h1>
|
||||
<a href="{% url 'index' %}">Home</a>
|
||||
<a href="{% url 'booking:terms' %}">Terms and Conditions</a>
|
||||
<a href="{% url 'booking:vocabulary' %}">Vocabulary</a>
|
||||
{% block body %}{% endblock %}
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user