diff options
Diffstat (limited to 'templates/authopenid/changepw.html')
-rw-r--r-- | templates/authopenid/changepw.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/authopenid/changepw.html b/templates/authopenid/changepw.html index f3cf4be0..0e90b172 100644 --- a/templates/authopenid/changepw.html +++ b/templates/authopenid/changepw.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +<!-- changepw.html --> {% load i18n %} {% block head %} @@ -31,3 +32,4 @@ </form> </div> {% endblock %} +<!-- end changepw.html --> |