Skip to content
Snippets Groups Projects

Dávkové bodování

Merged Martin Mareš requested to merge mj/batch-points into master
All threads resolved!
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -100,6 +100,7 @@
{% endif %}
{% if not site and can_edit_points %}
<a class="btn btn-xs btn-primary" href="{{ url_for('org_contest_task_points', contest_id=contest.contest_id, task_id=task.task_id) }}">Zadat body</a>
<a class="btn btn-xs btn-default" href="{{ url_for('org_contest_task_batch_points', contest_id=contest.contest_id, task_id=task.task_id) }}">Nahrát body</a>
{% endif %}
</div>
</tr>
Loading