summaryrefslogtreecommitdiffstats
path: root/askbot/templates/user_inbox/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/user_inbox/base.html')
-rw-r--r--askbot/templates/user_inbox/base.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/askbot/templates/user_inbox/base.html b/askbot/templates/user_inbox/base.html
index 5a1dcb01..bf0a904f 100644
--- a/askbot/templates/user_inbox/base.html
+++ b/askbot/templates/user_inbox/base.html
@@ -51,16 +51,6 @@
askbot['urls'] = askbot['urls'] || {};
askbot['urls']['manageInbox'] = '{% url manage_inbox %}';
askbot['urls']['clearNewNotifications'] = '{% url clear_new_notifications %}';
- askbot['urls']['moderatePostEdits'] = '{% url moderate_post_edits %}';
- askbot['urls']['save_post_reject_reason'] = '{% url save_post_reject_reason %}';
- askbot['urls']['delete_post_reject_reason'] = '{% url delete_post_reject_reason %}';
- {% if request.user.is_administrator_or_moderator() %}
- askbot['data']['postRejectReasons'] = [
- {% for reason in post_reject_reasons %}
- {'id': {{reason.id}}, 'title': '{{reason.title|escapejs}}'},
- {% endfor %}
- ];
- {% endif %}
$(document).ready(function(){
$('body').addClass('inbox-{{ inbox_section }}');
setup_inbox();