only show update content when present
This commit is contained in:
parent
f9cc37fdbf
commit
39f03ee750
1 changed files with 5 additions and 3 deletions
|
|
@ -136,9 +136,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
{% if update.content %}
|
||||||
<div class="p-3 p-md-4 tight-margin">
|
<div class="p-3 p-md-4 tight-margin">
|
||||||
{{ update.content|markdown }}
|
{{ update.content|markdown }}
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% if update.url or update.foirequest %}
|
{% if update.url or update.foirequest %}
|
||||||
<div class="p-3 p-md-4 box-card-links">
|
<div class="p-3 p-md-4 box-card-links">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue