From 6532a51ec9376109e29a1e63f68987215ecfaedb Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Fri, 30 Jul 2021 18:16:19 +0200
Subject: [PATCH] =?UTF-8?q?Login:=20Nadpis=20je=20=C4=8Desky?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/mo/web/templates/login.html b/mo/web/templates/login.html
index ccef7950..28b4227a 100644
--- a/mo/web/templates/login.html
+++ b/mo/web/templates/login.html
@@ -1,6 +1,6 @@
 {% extends "base.html" %}
 {% import "bootstrap/wtf.html" as wtf %}
-{% block title %}Login{% endblock %}
+{% block title %}Přihlášení uživatele{% endblock %}
 {% block body %}
 
 	<form method="POST" class="form form-horizontal" action="{{ url_for('login') }}">
-- 
GitLab