From 2695b63c611e36b53764eeadc1d5c8516f21de46 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 24 Mar 2015 21:34:07 -0400 Subject: big reorganization of the templates --- templates/gifts.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/gifts.html (limited to 'templates/gifts.html') diff --git a/templates/gifts.html b/templates/gifts.html new file mode 100644 index 0000000..1a3996c --- /dev/null +++ b/templates/gifts.html @@ -0,0 +1,6 @@ +{%extends 'layout.html' %} +{%block content%} +

{% trans %}We are not asking for any + gifts considering the expense of the trip to France.{% endtrans %} +

+{% endblock %} -- cgit v1.3