summaryrefslogtreecommitdiffstats
path: root/templates/user.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-05 22:50:08 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-05 22:50:08 -0400
commitef8f66ba6c7a22c277c6315df8040365b5684e6c (patch)
tree53397ba83b39bbfc9d567840b68c251e6cdd8d2f /templates/user.html
parent8ddd362a54981c4fa6434792723cdf04a77c6f32 (diff)
downloadaskbot-ef8f66ba6c7a22c277c6315df8040365b5684e6c.tar.gz
askbot-ef8f66ba6c7a22c277c6315df8040365b5684e6c.tar.bz2
askbot-ef8f66ba6c7a22c277c6315df8040365b5684e6c.zip
added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log
Diffstat (limited to 'templates/user.html')
-rw-r--r--templates/user.html6
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" %}