Skip to content
Snippets Groups Projects
Commit 470a0e61 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Display linebreaks in AK descriptions

Closes #75
parent 76a955b1
No related branches found
No related tags found
1 merge request!32Submission improvements
......@@ -117,7 +117,7 @@
{% endif %}
</table>
<p style="margin-top: 30px;margin-bottom: 30px;">{{ ak.description }}</p>
<p style="margin-top: 30px;margin-bottom: 30px;">{{ ak.description|linebreaks }}</p>
{% if 'AKPlan'|check_app_installed %}
......
......@@ -56,7 +56,7 @@
</td>
</tr>
<tr>
<td colspan="5" class="small">{{ ak.description }}</td>
<td colspan="5" class="small">{{ ak.description|linebreaks }}</td>
</tr>
{% empty %}
<tr>
......
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