diff options
Diffstat (limited to 'templates/user_edit.html')
-rw-r--r-- | templates/user_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_edit.html b/templates/user_edit.html index 0f927374..b49cea31 100644 --- a/templates/user_edit.html +++ b/templates/user_edit.html @@ -1,5 +1,5 @@ -<!-- user_edit.html --> {% extends "base_content.html" %} +<!-- user_edit.html --> {% load extra_tags %} {% load humanize %} {% load i18n %} |