summaryrefslogtreecommitdiffstats
path: root/askbot/templates/moderation/queue.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/moderation/queue.html')
-rw-r--r--askbot/templates/moderation/queue.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/askbot/templates/moderation/queue.html b/askbot/templates/moderation/queue.html
index e204b86d..a0789a6d 100644
--- a/askbot/templates/moderation/queue.html
+++ b/askbot/templates/moderation/queue.html
@@ -12,7 +12,7 @@
</div>
<a class="btn approve-posts">{% trans %}approve posts{% endtrans %}</a>
<a class="btn approve-posts-users" id="re_approve_posts_users">{% trans %}approve posts and users{% endtrans %}</a>
- <!--div class="btn-group dropdown decline-reasons-menu">
+ <div class="btn-group dropdown decline-reasons-menu">
<span class="btn btn-info dropdown-toggle">
<span>{% trans %}decline and explain why{% endtrans %}</span>
<span class="caret"></span>
@@ -27,7 +27,7 @@
<a class="manage-reasons">{% trans %}add/manage reject reasons{% endtrans %}</a>
</li>
</ul>
- </div-->
+ </div>
<a class="btn btn-danger decline-block-users">{% trans %}delete posts and block users{% endtrans %}</a>
{% if settings.IP_MODERATION_ENABLED %}
<a class="btn btn-danger decline-block-users-ips">{% trans %}delete posts, block users and IPs{% endtrans %}</a>
@@ -35,7 +35,7 @@
</div>
<p style="margin-top: 12px;">Attention: approval of users removes them from the queue and approves ALL of their posts, blocking of the users
DELETES ALL OF THEIR POSTS. There is no easy undo at the moment.</p>
- {% include "moderation/reject_post_dialog.html" %}
+ {% include "moderation/manage_reject_reasons_dialog.html" %}
<div class="action-status"><span></span></div>
<div class="messages">
{% for message in messages %}{# messages are grouped by question, using the "nested_messages" #}