1
0
mirror of https://github.com/django/django.git synced 2025-02-23 16:16:22 +00:00

fixed a typo in a trans template tag. Thx David Ascher (on IRC)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1397 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Georg Bauer 2005-11-24 18:30:31 +00:00
parent f286461e2a
commit 834e7d3482

View File

@ -7,7 +7,7 @@
{% block content %} {% block content %}
<h1>{% trans "Password reset") }}</h1> <h1>{% trans "Password reset") %}</h1>
<p>{% trans "Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you." %}</p> <p>{% trans "Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you." %}</p>