Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix whitespace in template
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Ebeling <[email protected]>
fekoch and richardebeling committed Oct 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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' %}

0 comments on commit 178fc31

Please sign in to comment.