Merge branch 'master' of github.com:Stanford-Online/edx-theme

This commit is contained in:
Giulio Gratta 2013-06-07 16:01:14 -07:00
Родитель 48a22d0ea6 7a72cf46e8
Коммит e4e65dd7ea
1 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,15 @@
{% load i18n %}{% load url from future %}{% autoescape off %}
{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at Stanford Online.{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
https://{{domain}}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %}
{% endblock %}
If you didn't request this change, you can disregard this email - we have not yet reset your password.
{% trans "Thanks for using our site!" %}
{% blocktrans %}The Stanford Online Team{% endblocktrans %}
{% endautoescape %}