SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 261f8eb2 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

use automarkup for nomination decision comments

parent 38c5c783
No related branches found
No related tags found
No related merge requests found
{% load automarkup %}
<div> <div>
<h3>Decision</h3> <h3>Decision</h3>
...@@ -11,7 +13,7 @@ ...@@ -11,7 +13,7 @@
{% if voting_round.decision.comments %} {% if voting_round.decision.comments %}
<h4 class="mt-2">Decision comments</h4> <h4 class="mt-2">Decision comments</h4>
<span>{{ voting_round.decision.comments }}</span> <span>{% automarkup voting_round.decision.comments %}</span>
{% endif %} {% endif %}
</div> </div>
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