Exporters: Support "featured" flag on organizer level

This commit is contained in:
Raphael Michel
2023-05-13 12:29:47 +02:00
parent 670e22a611
commit 5de3b76718

View File

@@ -97,7 +97,13 @@
<div class="list-group large-link-group">
{% for e in c_ex %}
<a class="list-group-item" href="?identifier={{ e.identifier }}">
<h4>{{ e.verbose_name }}</h4>
<h4>
{{ e.verbose_name }}
{% if e.featured %}
<span class="fa fa-star text-success" data-toggle="tooltip"
title="{% trans "Recommended for new users" %}" aria-hidden="true"></span>
{% endif %}
</h4>
{% if e.description %}
<p>
{{ e.description }}