Skip to content
Snippets Groups Projects
Commit ea14afa2 authored by Martin Mareš's avatar Martin Mareš
Browse files

Mezi kódem a názvem úlohy pišme dvojtečku

parent bee33ba5
No related branches found
No related tags found
1 merge request!9WIP: Zárodek uživatelské části webu a submitování
......@@ -70,7 +70,7 @@
<tbody>
{% for task, sol in task_sols %}
<tr>
<td>{{ task.code }} {{ task.name }}
<td>{{ task.code }}: {{ task.name }}
{% if sol.final_submit_obj %}
<td><a href='{{ url_for('user_paper', id=sol.final_submit_obj.paper_id) }}'>{{- sol.final_submit_obj.uploaded_at|timeformat }} ({{ sol.final_submit_obj.pages|inflected('strana', 'strany', 'stran') }})</a>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment