From 749cecaab229fcc923c6a978e35a43beff14845d Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky <ledoian@matfyz.cz> Date: Sun, 3 Jan 2021 22:58:13 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20pati=C4=8Dky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/web/templates/base.html b/mo/web/templates/base.html index 9b8421c8..f771d57a 100644 --- a/mo/web/templates/base.html +++ b/mo/web/templates/base.html @@ -31,6 +31,6 @@ {% endwith %} {% block body %}{% endblock %} <hr> - <p>V případě problémů napište správci na adresu <a href='osmo@mo.mff.cuni.cz'>osmo@mo.mff.cuni.cz</a>. + <p>V případě problémů napište správci na adresu <a href='mailto:osmo@mo.mff.cuni.cz'>osmo@mo.mff.cuni.cz</a>. </body> </html> -- GitLab