diff --git a/booking/templates/booking/disclaimer.html b/booking/templates/booking/disclaimer.html new file mode 100644 index 0000000..41bc94b --- /dev/null +++ b/booking/templates/booking/disclaimer.html @@ -0,0 +1,6 @@ +{% extends 'front_template.html' %} + +{% block body %} +
Basic idea is from The Pragmatic Programmer. I suggest to read this book, even if you are not a programmer.
+{% endblock %} diff --git a/booking/templates/front_template.html b/booking/templates/front_template.html index 81f5c6f..f80a890 100644 --- a/booking/templates/front_template.html +++ b/booking/templates/front_template.html @@ -8,6 +8,7 @@ Home Terms and Conditions Vocabulary + Disclaimer {% block body %}{% endblock %}