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>
|
||||
</a>
|
||||
{% if update.content %}
|
||||
<div class="p-3 p-md-4 tight-margin">
|
||||
{{ update.content|markdown }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if update.url or update.foirequest %}
|
||||
<div class="p-3 p-md-4 box-card-links">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue