diff options
Diffstat (limited to 'templates/gifts.html')
| -rw-r--r-- | templates/gifts.html | 6 |
1 files changed, 6 insertions, 0 deletions
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%} +<p style="text-align:center">{% trans %}We are not asking for any + gifts considering the expense of the trip to France.{% endtrans %} +</p> +{% endblock %} |
