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 @@ ...@@ -117,7 +117,7 @@
{% endif %} {% endif %}
</table> </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 %} {% if 'AKPlan'|check_app_installed %}
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="5" class="small">{{ ak.description }}</td> <td colspan="5" class="small">{{ ak.description|linebreaks }}</td>
</tr> </tr>
{% empty %} {% empty %}
<tr> <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