diff --git a/views/contest_submissions.ejs b/views/contest_submissions.ejs index 8f6f166..aa2d376 100644 --- a/views/contest_submissions.ejs +++ b/views/contest_submissions.ejs @@ -4,19 +4,19 @@
- +
- +
<% if ((typeof contest === 'undefined' || !contest) || contest.ended || contest.type !== 'noi' || (user && user.is_admin)) { %> <% if ((typeof contest === 'undefined' || !contest) || !((!user || !user.is_admin) && !contest.ended && contest.type === 'acm')) { %> - +
<% } %> - +
- +