diff --git a/bookmarks/templates/registration/password_change_done.html b/bookmarks/templates/registration/password_change_done.html new file mode 100644 index 0000000..a49160b --- /dev/null +++ b/bookmarks/templates/registration/password_change_done.html @@ -0,0 +1,21 @@ +{% extends 'bookmarks/layout.html' %} +{% load widget_tweaks %} + +{% block title %}Password changed{% endblock %} + +{% block content %} + +
+ Your password was changed successfully. +
++ Change password +