X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fregistration%2Fpassword_change_done.html;fp=templates%2Fregistration%2Fpassword_change_done.html;h=3f3061f7bf314227a6aa75e123c70cd792916b26;hb=7fb5a6477b853ef758201c3d4b38cd5666b97ef3;hp=0000000000000000000000000000000000000000;hpb=ec565d23253cfea2ddc3335e45ce58a0bc1bb052;p=patchwork diff --git a/templates/registration/password_change_done.html b/templates/registration/password_change_done.html new file mode 100644 index 0000000..3f3061f --- /dev/null +++ b/templates/registration/password_change_done.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block title %}Password Change Complete{% endblock %} +{% block heading %}Password Change Complete{% endblock %} + +{% block body %} + +

Your password has been changed sucessfully.

+ +{% endblock %}