Skip to content

Commit ad8ffa6

Browse files
committed
Fix indentation of crew list partial
VSCode auto-format and DTL do not play nicely
1 parent 99fdca6 commit ad8ffa6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RIGS/templates/partials/crew_list.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
<span class="text-success fas fa-clock" data-toggle="tooltip"
3232
title="This person is currently checked into this event"></span>{% endif %}
3333
</td>
34-
<td>{% if crew.end_time %}{% if crew.person.pk == request.user.pk or event.mic.pk ==
35-
request.user.pk %}{% button 'edit' 'edit_checkin' crew.pk clazz='btn-sm modal-href' %}{%
36-
endif %}{% endif %}</td>
34+
<td>{% if crew.end_time %}
35+
{% if crew.person.pk == request.user.pk or event.mic.pk == request.user.pk %}
36+
{% button 'edit' 'edit_checkin' crew.pk clazz='btn-sm modal-href' %}
37+
{% endif %}
38+
{% endif %}</td>
3739
</tr>
3840
{% empty %}
3941
<tr>

0 commit comments

Comments
 (0)