Skip to content

Commit 191e7df

Browse files
committed
Fix display of two-person presentation teams -_-
1 parent c41c5b5 commit 191e7df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/macros/join_and.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}}{%
66
elif items|length == 2
77
%}{{
8-
" {} ".format(join_word).format(items)
8+
" {} ".format(join_word).join(items)
99
}}{%
1010
else
1111
%}{{

0 commit comments

Comments
 (0)