diff options
Diffstat (limited to 'templates/user.html')
-rw-r--r-- | templates/user.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/user.html b/templates/user.html index 8db15902..efca80e6 100644 --- a/templates/user.html +++ b/templates/user.html @@ -1,5 +1,5 @@ -<!-- user.html --> {% extends "base_content.html" %} +<!-- user.html --> {% load extra_tags %} {% load humanize %} {% block title %}{% spaceless %}{{ page_title }}{% endspaceless %}{% endblock %} @@ -16,14 +16,12 @@ $("#nav_profile").attr('className',"on"); {% else %} $("#nav_users").attr('className',"on"); - {% endifequal %} - }); + }); </script> {% block userjs %} {% endblock %} {% endblock %} - {% block content %} <div id="mainbar-full"> {% include "user_info.html" %} |