We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2908d63 commit d96cf9cCopy full SHA for d96cf9c
evap/staff/templates/staff_questionnaire_index_list.html
@@ -33,7 +33,7 @@
33
</td>
34
<td>
35
{% if type != 'contributor' %}
36
- <div class="btn-switch btn-group icon-buttons">
+ <div class="btn-group icon-buttons">
37
<button data-is-locked="0" type="button" class="btn btn-sm change-is-locked-button btn-light{% if questionnaire.is_locked == False %} active{% endif %}" data-bs-toggle="tooltip" data-bs-placement="top" title="{% translate 'Allow editors to change the selection of this questionnaire' %}"><span class="fas fa-fw fa-lock-open" aria-hidden="true"></span></button>
38
<button data-is-locked="1" type="button" class="btn btn-sm change-is-locked-button btn-light{% if questionnaire.is_locked == True %} active{% endif %}" data-bs-toggle="tooltip" data-bs-placement="top" title="{% translate 'Prevent editors from changing the selection of this questionnaire' %}"><span class="fas fa-fw fa-lock" aria-hidden="true"></span></button>
39
</div>
0 commit comments