Skip to content
Snippets Groups Projects

Asynchronní joby

Merged Martin Mareš requested to merge mj/jobs into devel
2 files
+ 13
3
Compare changes
  • Side-by-side
  • Inline

Files

@@ -49,7 +49,6 @@ konkrétní úlohu.</p>
@@ -49,7 +49,6 @@ konkrétní úlohu.</p>
{% else %}–{% endif %}
{% else %}–{% endif %}
<td class="sol">
<td class="sol">
{% else %}<td colspan=3><td>{% endif %}
{% else %}<td colspan=3><td>{% endif %}
<a class="btn btn-xs btn-link" title="Detail řešení" href="{{ url_for('org_submit_list', contest_id=contest.contest_id, user_id=u.user_id, task_id=task.task_id, site_id=site_id) }}">🔍</a>
<a class="btn btn-xs btn-link" title="Detail řešení" href="{{ url_for('org_submit_list', contest_id=contest.contest_id, user_id=u.user_id, task_id=task.task_id, site_id=site_id) }}">🔍</a>
{% endfor %}
{% endfor %}
<th>{{ sum_points|sum }}</th>
<th>{{ sum_points|sum }}</th>
@@ -57,4 +56,8 @@ konkrétní úlohu.</p>
@@ -57,4 +56,8 @@ konkrétní úlohu.</p>
{% endfor %}
{% endfor %}
</table>
</table>
 
<form method=POST action="">
 
<button type=submit name=download value=go>Stáhnout všechna řešení jako ZIP</button>
 
</form>
 
{% endblock %}
{% endblock %}
Loading