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 }} +
+ +
+