summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-07-23 00:25:04 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-07-23 00:25:04 -0300
commit5c6ed6fe205c1f46b4ac1c9340c1003693a2104a (patch)
treefd95ffdfaadf25ce168ee957494322dbb8af9c75
parentac721d1aa97372eef3b7d1772dc7f40b7c8a860d (diff)
downloadaskbot-5c6ed6fe205c1f46b4ac1c9340c1003693a2104a.tar.gz
askbot-5c6ed6fe205c1f46b4ac1c9340c1003693a2104a.tar.bz2
askbot-5c6ed6fe205c1f46b4ac1c9340c1003693a2104a.zip
fixed unclosed html tag in the moderation queue template
-rw-r--r--askbot/templates/moderation/queue.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/moderation/queue.html b/askbot/templates/moderation/queue.html
index 31d0b717..d97bbd36 100644
--- a/askbot/templates/moderation/queue.html
+++ b/askbot/templates/moderation/queue.html
@@ -39,7 +39,7 @@
{% 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>
+ </ul>
{% include "moderation/manage_reject_reasons_dialog.html" %}
<div class="action-status"><span></span></div>
<div class="messages">