duck-booking-tool/booking/templates/booking/terms.html

6 lines
99 B
HTML

{% extends 'front_template.html' %}
{% block body %}
<h2>Terms and Conditions</h2>
{% endblock %}