Skip to content

Commit

Permalink
fix whitespace in template
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Ebeling <[email protected]>
  • Loading branch information
fekoch and richardebeling committed Oct 21, 2024
1 parent a9eb22a commit 178fc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/staff/templates/staff_questionnaire_index_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{% if type == 'dropout' %}
<!-- TODO@Felix: Selection via AJAX-->
<a href="{% url 'staff:questionnaire_set_active_dropout' questionnaire.id %}"
class="btn btn-sm btn-light {% if questionnaire.is_active_dropout_questionnaire %} active{% endif %}">
class="btn btn-sm btn-light{% if questionnaire.is_active_dropout_questionnaire %} active{% endif %}">
<span class="fas fa-fw fa-check" aria-hidden="true"></span>
</a>
{% elif type != 'contributor' %}
Expand Down

0 comments on commit 178fc31

Please sign in to comment.