We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5ce65 commit 9f0157bCopy full SHA for 9f0157b
1 file changed
cms/server/admin/templates/contest.html
@@ -107,6 +107,9 @@ <h1>Contest configuration</h1>
107
<td>
108
<input type="checkbox" id="show_task_scores_in_sidebar" name="show_task_scores_in_sidebar" {{ "checked" if contest.show_task_scores_in_sidebar else "" }}/>
109
</td>
110
+ </tr>
111
+ <tr>
112
+ <td>
113
<span class="info" title="Timezone of the server, used to display start, end times and the current server time to contestants.
114
Example: 'Europe/Rome', 'America/New_York', ..."></span>
115
Timezone
0 commit comments