~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to libravatar/templates/account/delete_done.html

  • Committer: Francois Marier
  • Date: 2016-01-19 05:15:53 UTC
  • mfrom: (938.1.35)
  • Revision ID: git-v1:37eed3b35265f0401db473e2ceedea9859e86703
Merge branch 'django1.7'

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
<p><i>{% trans 'This export will be deleted in a few hours.' %}</i></p>
19
19
 
20
 
<p><a href="{% url libravatar.public.views.home %}">{% trans 'Back to the homepage' %}</a></p>
 
20
<p><a href="{% url 'libravatar.public.views.home' %}">{% trans 'Back to the homepage' %}</a></p>
21
21
 
22
22
{% endblock content %}