summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-07-15 19:47:39 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-07-15 19:47:39 -0300
commitac721d1aa97372eef3b7d1772dc7f40b7c8a860d (patch)
treee5a0b2e87cfe734a56f139031727420fe13a4ae6
parent1bae5d984630f451e8dfbab383593172df724cf3 (diff)
downloadaskbot-ac721d1aa97372eef3b7d1772dc7f40b7c8a860d.tar.gz
askbot-ac721d1aa97372eef3b7d1772dc7f40b7c8a860d.tar.bz2
askbot-ac721d1aa97372eef3b7d1772dc7f40b7c8a860d.zip
changed wording on the moderation page
-rw-r--r--askbot/templates/moderation/queue.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/askbot/templates/moderation/queue.html b/askbot/templates/moderation/queue.html
index ae9ea880..31d0b717 100644
--- a/askbot/templates/moderation/queue.html
+++ b/askbot/templates/moderation/queue.html
@@ -28,13 +28,18 @@
</li>
</ul>
</div>
- <a class="btn btn-danger decline-block-users">{% trans %}delete posts and block users{% endtrans %}</a>
+ <a class="btn btn-danger decline-block-users">{% trans %}block spammers{% 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>
+ <a class="btn btn-danger decline-block-users-ips">{% trans %}block spammers and IPs{% endtrans %}</a>
{% endif %}
</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>
+ <ul style="margin-top: 12px">
+ <li>Approval of users removes them from the queue and approves ALL of their posts.</li>
+ <li>Blocking spammers denies them future access and deletes ALL their posts.</li>
+ {% if settings.IP_MODERATION_ENABLED %}
+ <li>Blocking IPs denies access by IP address and blocks all accounts using those IPs (and mass deletes content as above).</li>
+ {% endif %}
+ <ul>
{% include "moderation/manage_reject_reasons_dialog.html" %}
<div class="action-status"><span></span></div>
<div class="messages">