Skip to content

Commit

Permalink
Remove comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Sep 7, 2024
1 parent de7c545 commit e71f3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/jury/partials/verify_form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% if judging.verified %}
Judging verified
{%- if judging.juryMember is not empty -%}
, by <code>{{ judging.juryMember }}</code>
by <code>{{ judging.juryMember }}</code>
{% endif %}
{%- if judging.verifyComment is not empty %}
with comment "{{ judging.verifyComment }}"
Expand Down

0 comments on commit e71f3be

Please sign in to comment.