From fe8c65bfcf6c55e4037ce125f244fdb11c0fb01e Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 30 Apr 2012 10:46:25 -0300 Subject: fixed a small bug in the modal dialog --- askbot/doc/source/changelog.rst | 1 + askbot/skins/default/templates/user_profile/reject_post_dialog.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@