fix closing tags

This commit is contained in:
krmax44 2022-03-17 17:30:54 +01:00
parent 0963524a06
commit 2910ac42e4
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03

View file

@ -16,21 +16,22 @@
<h3 class="h5 mt-0">{{ update.plan }}</h3> <h3 class="h5 mt-0">{{ update.plan }}</h3>
{% else %} {% else %}
<h3 class="h4 mt-0">{{ update.title }}</h3> <h3 class="h4 mt-0">{{ update.title }}</h3>
{% endif %}
</div> </div>
{% endif %}
<div class="small"> <div class="small">
<time datetime="{{ update.timestamp|date:'c' }}">{{ update.timestamp|date:"DATE_FORMAT" }}</time> <time datetime="{{ update.timestamp|date:'c' }}">{{ update.timestamp|date:"DATE_FORMAT" }}</time>
<span>{% if update.user %}von {{ update.user.get_full_name }}{% endif %}{% if update.organization %}, {{ update.organization.name }}{% endif %}</span> <span>{% if update.user %}von {{ update.user.get_full_name }}{% endif %}{% if update.organization %}, {{ update.organization.name }}{% endif %}</span>
</div> </div>
</div> </div>
</a> </a>
{% if update.content %} {% if update.content %}
<div class="p-3 p-md-4 tight-margin"> <div class="p-3 p-md-4 tight-margin">
{% if show_context %} {% if show_context %}
<h4 class="h5">{{ update.title }}</h4> <h4 class="h5">{{ update.title }}</h4>
{% endif %} {% endif %}
{{ update.content|markdown }} {{ update.content|markdown }}
</div> </div>
{% endif %} {% endif %}
{% if update.url or update.foirequest %} {% if update.url or update.foirequest %}