Fix null tracker descriptions

This commit is contained in:
Drew DeVault 2019-02-27 08:45:22 -05:00
parent a40a84df4d
commit ca23127257
1 changed files with 2 additions and 0 deletions

View File

@ -69,7 +69,9 @@
</div>
<div class="row">
<div class="col-md-4">
{% if tracker.description %}
{{ tracker.description | md }}
{% endif %}
{% if TicketAccess.submit in access %}
<h3 style="margin-top: 1rem">Submit ticket</h3>
<form method="POST" action="{{