From faed08ae8455b23eec7d18bfb208e5e87462d420 Mon Sep 17 00:00:00 2001 From: MaM Web user Date: Fri, 14 Sep 2018 20:24:00 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Ob=C3=A1lky:=20Zv=C4=9Bt=C5=A1en=C3=AD=20me?= =?UTF-8?q?zer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/templates/seminar/archiv/obalky.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seminar/templates/seminar/archiv/obalky.tex b/seminar/templates/seminar/archiv/obalky.tex index 07574560..4995d105 100644 --- a/seminar/templates/seminar/archiv/obalky.tex +++ b/seminar/templates/seminar/archiv/obalky.tex @@ -68,13 +68,16 @@ \def\stat{#7}% \hbox{\tofont{\jmeno\ \prijm}} +\vskip .2 em \ifx \skola \empty {} \else \hbox{\tofont{\skola}} \fi +\vskip .2 em \hbox{\tofont{\ulice}} - +\vskip .2 em +\vskip .2 em \hbox to 18pt{\tofont{\predsunout{\PSC\ }\mesto}} \vskip 5 pt \tofont{\stat} From 5b9f8416d47ab3770919218a273383a20a6c04eb Mon Sep 17 00:00:00 2001 From: LEdoian Date: Fri, 14 Sep 2018 20:30:54 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Zm=C4=9Bna=20e-mailov=C3=A9=20konference=20?= =?UTF-8?q?na=20chyby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/settings_prod.py | 2 +- mamweb/settings_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mamweb/settings_prod.py b/mamweb/settings_prod.py index 3c6f0f72..bd51d5e7 100644 --- a/mamweb/settings_prod.py +++ b/mamweb/settings_prod.py @@ -50,7 +50,7 @@ SERVER_EMAIL = 'mamweb-prod-errors@mam.mff.cuni.cz' ADMINS = [ ('Tomas Gavenciak', 'gavento@gmail.com'), ('Matěj Kocián', 'matej.kocian@gmail.com'), - ('M&M ERRORs', 'mam-errors@atrey.karlin.mff.cuni.cz'), + ('M&M ERRORs', 'mam-errors@mam.mff.cuni.cz'), ] diff --git a/mamweb/settings_test.py b/mamweb/settings_test.py index 0cc44a64..9f971f45 100644 --- a/mamweb/settings_test.py +++ b/mamweb/settings_test.py @@ -52,7 +52,7 @@ import os SERVER_EMAIL = 'mamweb-test-errors@mam.mff.cuni.cz' ADMINS = [ - ('M&M ERRORs', 'mam-errors@atrey.karlin.mff.cuni.cz'), + ('M&M ERRORs', 'mam-errors@mam.mff.cuni.cz'), ]