Fix templates + add public wanted reason

This commit is contained in:
Xbird
2022-11-25 10:23:02 +00:00
parent 5f4f9c37f5
commit 5ae08ebd13
9 changed files with 65 additions and 7 deletions

View File

@@ -15,7 +15,10 @@
<div class="row align-items-center m-b-0">
<div class="col">
<h6 class="m-b-5">{% trans %}title_wanted{% endtrans %}</h6>
<h3 class="m-b-0">{{i.fullname}}</h3>
<h3 class="m-b-0 fw-bold">{{i.fullname}}</h3>
{% if i.wantedPublicReason %}
<h4 class="m-b-0 text-danger">{{i.wantedReason}}</h4>
{% endif %}
</div>
<div class="col-auto">
<a data-toggle="lightbox" data-gallery="wanted"