summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-04-30 10:46:25 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-04-30 10:46:25 -0300
commitfe8c65bfcf6c55e4037ce125f244fdb11c0fb01e (patch)
treea1c542949224e4e1d15e3db7c9754515375b47dc
parentf6dacd9c0a9be3de662365094a054a0dedef46e0 (diff)
downloadaskbot-fe8c65bfcf6c55e4037ce125f244fdb11c0fb01e.tar.gz
askbot-fe8c65bfcf6c55e4037ce125f244fdb11c0fb01e.tar.bz2
askbot-fe8c65bfcf6c55e4037ce125f244fdb11c0fb01e.zip
fixed a small bug in the modal dialog
-rw-r--r--askbot/doc/source/changelog.rst1
-rw-r--r--askbot/skins/default/templates/user_profile/reject_post_dialog.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 53a0d5f8..25d96e88 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -7,6 +7,7 @@ Future version
* Public/Private/Hidden reputation (Evgeny)
* Enabling/disabling the badges system (Evgeny)
* Created a basic post moderation feature (Evgeny)
+* Created a way to specify reasons for rejecting posts in a modal dialog (Evgeny)
0.7.41, 0.7.42 (April 21, 2012)
-------------------------------
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 8985dd9a..987c511a 100644
--- a/askbot/skins/default/templates/user_profile/reject_post_dialog.html
+++ b/askbot/skins/default/templates/user_profile/reject_post_dialog.html
@@ -16,7 +16,7 @@
<div class="modal-footer">
<div class="btn-toolbar">
<div class="btn-group dropup">
- <button class="btn btn-danger save-and-reject"
+ <button class="btn btn-danger save-reason-and-reject"
>{% trans %}Use this reason &amp; reject{% endtrans %}</button>
<button class="btn btn-danger dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>