]> WPIA git - motion.git/blobdiff - templates/motion.html
upd: allow markdown text in motion content
[motion.git] / templates / motion.html
index eac27bda134706da79bfe157ad45f4d4e3d5c242..87b3e417e636bd4a5c2748ad7b4b1572a5be9a8f 100644 (file)
@@ -17,7 +17,7 @@
 {%- endif %}
   </div>
   <div class="panel-body">
-    <p>{{motion.content}}</p>
+    <p>{{motion.content|markdown}}</p>
 {%- if motion.yes or motion.no or motion.abstain %}
     <p>
 {%- for vote in ['yes', 'no', 'abstain'] %}