Add vocabulary page
This commit is contained in:
10
booking/templates/booking/vocabulary.html
Normal file
10
booking/templates/booking/vocabulary.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends 'front_template.html' %}
|
||||
|
||||
{% block body %}
|
||||
<h2>Vocabulary</h2>
|
||||
|
||||
<dl>
|
||||
<dt>Duck</dt>
|
||||
<dd>Despite the name, <em>duck</em> refers to any rubber or plastic toy bookable in this app.</dd>
|
||||
</dl>
|
||||
{% endblock %}
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user