Commit ea8b9577 by David Ormsbee

Email wording changes based on Sarina's review

parent 0dee2e92
<%! from django.core.urlresolvers import reverse %> <%! from django.core.urlresolvers import reverse %>
This is to confirm that you changed the e-mail associated with edX This is to confirm that you changed the e-mail associated with edX
from ${old_email} to ${new_email}. If you did not make this request, from ${old_email} to ${new_email}. If you did not make this request,
please contact the course staff immediately. Contact information is please contact us immediately. Contact information is listed at:
listed at:
% if is_secure: % if is_secure:
https://${ site }${reverse('contact')} https://${ site }${reverse('contact')}
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
{% block reset_link %} {% block reset_link %}
https://{{domain}}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %} https://{{domain}}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %}
{% endblock %} {% endblock %}
{% trans "Your username, in case you've forgotten:" %} {{ user.username }}
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!" %} {% trans "Thanks for using our site!" %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment