SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e45b8ad7 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add linebreaks to comment vetting form

parent 8da4b54d
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<hr class="small"> <hr class="small">
<h3>Comment text:</h3> <h3>Comment text:</h3>
<p>{{ comment.comment_text }}</p> <p>{{ comment.comment_text|linebreaksbr }}</p>
{% if comment.file_attachment %} {% if comment.file_attachment %}
<h3>Attachment:</h3> <h3>Attachment:</h3>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
{% if comment.remarks_for_editors %} {% if comment.remarks_for_editors %}
<h3>Remarks for Editors only:</h3> <h3>Remarks for Editors only:</h3>
<p>{{ comment.remarks_for_editors }}</p> <p>{{ comment.remarks_for_editors|linebreaksbr }}</p>
{% endif %} {% endif %}
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment