Add problem action filter for contest
This commit is contained in:
parent
c8d4a57270
commit
a07b147ea6
4 changed files with 60 additions and 36 deletions
|
@ -157,6 +157,10 @@
|
|||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
{% if in_contest %}
|
||||
<label for="in-contest" name="in_contest">{{ _('In current contest') }}:</label>
|
||||
<input type="checkbox" name="in_contest">
|
||||
{% endif %}
|
||||
</form>
|
||||
</div>
|
||||
<div class="pane">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue