commit c732795863499229f73b184faebde2ecfb346960
parent 221165e5429454a49418868d2e40850b9c3e77b4
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
Date: Tue, 28 Nov 2023 11:18:08 +0100
HF: Space icon and headig in Deliverables list
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
@@ -87,7 +87,7 @@
<a href="#" class="list-group-item list-group-item-action">
{% endif %}
<div class="d-flex w-100 justify-content-between">
- <h5 class="mb-1"><img border=0 alt="" width=24 height=24 src="{{ url_static(ns.symbol) }}">{{ item['title'] }}</h5>
+ <h5 class="mb-1"><img border=0 alt="" width=24 height=24 src="{{ url_static(ns.symbol) }}"> {{ item['title'] }}</h5>
<small>{{ item['workpackage'] }}</small>
</div>
{% if item['comment'] is defined and item['comment'] and item['comment'] != "" %}