diff --git a/umap/templates/umap/password_change.html b/umap/templates/umap/password_change.html new file mode 100644 index 00000000..0f030247 --- /dev/null +++ b/umap/templates/umap/password_change.html @@ -0,0 +1,20 @@ +{% extends "umap/content.html" %} + +{% load leaflet_storage_tags i18n %} + +{% block content %} +
{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}
+ + +{% endblock content %} diff --git a/umap/templates/umap/password_change_done.html b/umap/templates/umap/password_change_done.html new file mode 100644 index 00000000..039e6121 --- /dev/null +++ b/umap/templates/umap/password_change_done.html @@ -0,0 +1,9 @@ +{% extends "umap/content.html" %} + +{% load leaflet_storage_tags i18n %} + +{% block content %} +{% trans "Your password was changed." %}
+ +{% endblock content %} diff --git a/umap/urls.py b/umap/urls.py index 8915568e..78ee6bd6 100644 --- a/umap/urls.py +++ b/umap/urls.py @@ -19,8 +19,8 @@ urlpatterns = patterns( url('', include('social.apps.django_app.urls', namespace='social')), url(r'^m/(?P