Add icons to status page
This commit is contained in:
parent
f25c389b7f
commit
83192b540e
3 changed files with 40 additions and 4 deletions
|
@ -295,7 +295,7 @@
|
|||
<input type="file" id="file-upload">
|
||||
<div class="submit-bar">
|
||||
{{ form.judge }}
|
||||
<input type="submit" value="{{ _('Submit!') }}" class="button"
|
||||
<input type="submit" value="{{ _('Submit!') }}" class="button small"
|
||||
{% if request.in_contest and submission_limit and not submissions_left %}disabled{% endif %}>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue