From d3b7de48908239b1d91e935ee08626f7fab07649 Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Tue, 14 Aug 2012 18:48:50 -0400 Subject: [PATCH] move comment form below conversation --- .../templates/reviews/review_detail.html | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/symposion/templates/reviews/review_detail.html b/symposion/templates/reviews/review_detail.html index 6abba757..357b76d0 100644 --- a/symposion/templates/reviews/review_detail.html +++ b/symposion/templates/reviews/review_detail.html @@ -109,23 +109,7 @@ {% markitup_media "no-jquery" %}
-
- {% trans "Send a message" %} -

- {% blocktrans %} - If you'd like to communicate with the submitter, use the following form and he or she will be - notified and given the opportunity to respond. - {% endblocktrans %} -

- {% csrf_token %} - {{ message_form|as_bootstrap }} -
- -
-
{% if review_messages %} -
-

{% trans "Conversation with the submitter" %}

{% for message in review_messages %}
@@ -140,7 +124,23 @@
{% endfor %} +
{% endif %} + +
+ {% trans "Send a message" %} +

+ {% blocktrans %} + If you'd like to communicate with the submitter, use the following form and he or she will be + notified and given the opportunity to respond. + {% endblocktrans %} +

+ {% csrf_token %} + {{ message_form|as_bootstrap }} +
+ +
+