Skip to content

Commit 160b619

Browse files
committed
Add spaces to verify comment.
1 parent cd74bb3 commit 160b619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webapp/templates/jury/partials/verify_form.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<p>
66
{% if judging.verified %}
77
Judging verified
8-
{%- if judging.juryMember is not empty -%}
8+
{% if judging.juryMember is not empty %}
99
by <code>{{ judging.juryMember }}</code>
1010
{% endif %}
11-
{%- if judging.verifyComment is not empty %}
11+
{% if judging.verifyComment is not empty %}
1212
with comment "{{ judging.verifyComment }}"
13-
{%- endif -%}
13+
{% endif %}
1414
{% endif %}
1515
{% if show_form %}
1616
<input type="submit" value="{% if judging.verified %}un{% endif %}mark verified"

0 commit comments

Comments
 (0)