From 08dd14665bb24937e2777917677c603c02fed4dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Pracha=C5=99?= <jan.prachar@gmail.com>
Date: Wed, 31 Mar 2021 09:39:36 +0200
Subject: [PATCH] =?UTF-8?q?=C3=9Avodn=C3=AD=20str=C3=A1nka=20pro=20sout?=
 =?UTF-8?q?=C4=9B=C5=BE=C3=ADc=C3=ADho:=20p=C5=99id=C3=A1n=20stav=20=C3=BA?=
 =?UTF-8?q?=C4=8Dasti?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/user_index.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/mo/web/templates/user_index.html b/mo/web/templates/user_index.html
index 3e726767..dae5f868 100644
--- a/mo/web/templates/user_index.html
+++ b/mo/web/templates/user_index.html
@@ -10,14 +10,16 @@
 			<tr>
 				<th>Kategorie
 				<th>Kolo
-				<th>Stav
+				<th>Stav účasti
+				<th>Stav soutěže
 				<th>Odkazy
 		<tbody>
 			{% 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>{{ round.name }} {{ contest.place.name_locativ() if contest.place.level > 0 else '' }}
+				<td>{{ round.name }} {{ contest.place.name_locative() if contest.place.level > 0 else '' }}
+				<td>{{ pion.state.friendly_name() }}
 				<td>{{ contest.ct_long_state() }}
 				<td>
 					{% if contest.ct_task_statement_available() %}
-- 
GitLab