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

Typo

parent ac706593
No related branches found
No related tags found
1 merge request!9WIP: Zárodek uživatelské části webu a submitování
...@@ -55,7 +55,7 @@ naleznete v detailu řešení. ...@@ -55,7 +55,7 @@ naleznete v detailu řešení.
{% else %}–{% endif %} {% else %}–{% endif %}
<td>{{ sol.points if sol.points != None else '–' }} <td>{{ sol.points if sol.points != None else '–' }}
{% else %} {% else %}
<td><td> <td><td><td>
{% endif %} {% endif %}
<td><a class="btn btn-xs btn-primary" href="{{ url_for('org_submit_list', contest_id=ct_id, user_id=u.user_id, task_id=task.task_id, site_id=site_id) }}">Detail</a> <td><a class="btn btn-xs btn-primary" href="{{ url_for('org_submit_list', contest_id=ct_id, user_id=u.user_id, task_id=task.task_id, site_id=site_id) }}">Detail</a>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment