startpage: allow markdown in group description

pull/73/head
Christian Merten 1 year ago
parent 3453359e1e
commit 60c25cf845
Signed by: christian.merten
GPG Key ID: D953D69721B948B3

@ -1,10 +1,11 @@
{% extends "startpage/base_subsite.html" %} {% extends "startpage/base_subsite.html" %}
{% load markdown_extras markdownify %}
{% block content %} {% block content %}
<h1>{{ group.name }}</h1> <h1>{{ group.name }}</h1>
<p> <p>
{{ group.description }} {{ group.description|markdownify }}
</p> </p>
<h2>Gruppenleitung</h2> <h2>Gruppenleitung</h2>

Loading…
Cancel
Save