Show hints for hidden/check-in questions in question overview

This commit is contained in:
Martin Gross
2019-08-27 15:19:28 +02:00
parent 59f7098a70
commit 2ff5416afb

View File

@@ -49,6 +49,16 @@
data-toggle="tooltip" title="{% trans "Required question" %}">
</span>
{% endif %}
{% if q.ask_during_checkin %}
<span class="fa fa-check-square text-muted"
data-toggle="tooltip" title="{% trans "Ask during check-in" %}">
</span>
{% endif %}
{% if q.hidden %}
<span class="fa fa-eye-slash text-muted"
data-toggle="tooltip" title="{% trans "Hidden question" %}">
</span>
{% endif %}
</td>
<td>
<ul>