mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Show hints for hidden/check-in questions in question overview
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user