summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/user_profile/reject_post_dialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/templates/user_profile/reject_post_dialog.html')
-rw-r--r--askbot/skins/default/templates/user_profile/reject_post_dialog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/user_profile/reject_post_dialog.html b/askbot/skins/default/templates/user_profile/reject_post_dialog.html
index 987c511a..3483e83e 100644
--- a/askbot/skins/default/templates/user_profile/reject_post_dialog.html
+++ b/askbot/skins/default/templates/user_profile/reject_post_dialog.html
@@ -44,6 +44,7 @@
<ul class="select-box">
{% for reason in post_reject_reasons %}
<li
+ class="select-box-item"
data-original-title="{{reason.details.text|escape}}"
data-item-id="{{reason.id}}"
>{{reason.title|escape}}</li>