diff --git a/subjects/templates/subjects/subject_card.html b/subjects/templates/subjects/subject_card.html index ae0ea80..18c8437 100644 --- a/subjects/templates/subjects/subject_card.html +++ b/subjects/templates/subjects/subject_card.html @@ -73,11 +73,12 @@

{% trans "End" %}: {{subject.end_date}}

- - {% if subject.description_brief %} -

{{subject.description_brief|safe}}

- {% endif %} - + +
+ {% if subject.description_brief %} +

{{subject.description_brief|safe}}

+ {% endif %} +
{% if show_buttons %} {% if has_subject_view_permissions %} -- libgit2 0.21.2