Skip to content
Snippets Groups Projects

Prázdné protokoly

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

Files

+ 1
1
@@ -137,7 +137,7 @@ Také je již zveřejněna <strong><a href="{{ url_for('user_contest_score', id=
</a>
{% endif %}
{% if sol.note %}<span title="Existuje poznámka k řešení, viz detail úlohy">🛈</span>{% endif %}
<td>{{ sol.points if sol.points != None else '–' }}
<td>{{ sol|sol_display_points(user=True) }}
{% endif %}
<td>
<a class='btn btn-xs btn-primary' href='{{ url_for('user_contest_task', contest_id=contest.contest_id, task_id=task.task_id) }}'>
Loading