diff --git a/mo/web/templates/org_submit_list.html b/mo/web/templates/org_submit_list.html index 49f9b8f4cd800c7084b8120ff6e9d430ba323164..4c6165aff6c2cf6e32426f980b091d5d3a4f001e 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 }} – {{ 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 %}