From f137349a6ef5ce78e2d235a409f927e6adf66725 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Pracha=C5=99?= <jan.prachar@gmail.com>
Date: Thu, 11 Mar 2021 19:54:55 +0100
Subject: [PATCH] =?UTF-8?q?Na=20str=C3=A1nce=20=C5=99e=C5=A1en=C3=AD=20je?=
 =?UTF-8?q?=20v=20nadpisu=20jm=C3=A9no=20=C5=99e=C5=A1itele=20na=20prvn?=
 =?UTF-8?q?=C3=ADm=20m=C3=ADst=C4=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/org_submit_list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mo/web/templates/org_submit_list.html b/mo/web/templates/org_submit_list.html
index 49f9b8f4..4c6165af 100644
--- a/mo/web/templates/org_submit_list.html
+++ b/mo/web/templates/org_submit_list.html
@@ -1,6 +1,6 @@
 {% extends "base.html" %}
 {% import "bootstrap/wtf.html" as wtf %}
-{% block title %}Řešení {{ sc.task.code }} {{ sc.task.name }} &ndash; {{ sc.user.full_name() }}{% endblock %}
+{% block title %}{{ sc.user.full_name() }} – řešení úlohy {{ sc.task.code }} {{ sc.task.name }}{% endblock %}
 {% block breadcrumbs %}
 {{ contest_breadcrumbs(round=sc.round, contest=sc.contest, site=sc.site, task=sc.task, user=sc.user, action="Detail řešení") }}
 {% endblock %}
-- 
GitLab