diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/gifts.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/gifts.html b/templates/gifts.html index 1a3996c..d3f921f 100644 --- a/templates/gifts.html +++ b/templates/gifts.html @@ -1,6 +1,7 @@ {%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 style="text-align:center">{% trans %}We are not expecting any gifts + considering the expense and effort of the trip to France, just being + there is gift enough!{% endtrans %} </p> {% endblock %} |
