summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-10-04 04:46:22 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-10-04 04:46:22 -0400
commit92f4c6edb46bfa922a0f8eb472d98145cdc0ffbf (patch)
tree116d24592f417cc103cc290afcffd60dadde6484
parenta375496f39029ae77f2040e9f6adcabcb3b7bef6 (diff)
downloadaskbot-92f4c6edb46bfa922a0f8eb472d98145cdc0ffbf.tar.gz
askbot-92f4c6edb46bfa922a0f8eb472d98145cdc0ffbf.tar.bz2
askbot-92f4c6edb46bfa922a0f8eb472d98145cdc0ffbf.zip
re-enable the messages panel once again
-rw-r--r--askbot/templates/user_inbox/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/templates/user_inbox/base.html b/askbot/templates/user_inbox/base.html
index 8beababc..890cb0f7 100644
--- a/askbot/templates/user_inbox/base.html
+++ b/askbot/templates/user_inbox/base.html
@@ -13,10 +13,10 @@
<div id="re_sections">
{% trans %}Sections:{% endtrans %}
{% set sep = joiner('|') %}
- {#{ sep() }}
+ {{ sep() }}
<a href="{{request.user.get_absolute_url()}}?sort=inbox&section=messages"
{% if inbox_section == 'messages' %}class="on"{% endif %}
- >{% trans %}messages{% endtrans %}</a>#}
+ >{% trans %}messages{% endtrans %}</a>
{% if re_count > 0 %}{{ sep() }}
<a href="{{request.user.get_absolute_url()}}?sort=inbox&section=forum"
{% if inbox_section == 'forum' %}class="on"{% endif %}