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

user_index: Písmena kategorií mají normální velikost

Jinak se špatně zarovnávají vzhledem ke zbytku řádku.
parent 1fb081e6
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
{% for pion, contest, round in pions %}
{% set state = contest.ct_state() %}
<tr>
<td class="text-center" style="font-size: 1.2em"><b>{{ round.category }}</b>
<td class="text-center"><b>{{ round.category }}</b>
<td>{{ round.name }} {{ contest.place.name_locative() if contest.place.level > 0 else '' }}
<td>{{ pion.state.friendly_name() }}
<td>{{ contest.ct_long_state() }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment