Merge branch 'test' of gimli.ms.mff.cuni.cz:/akce/mam/git/mamweb into test
This commit is contained in:
commit
98aacc3b43
3 changed files with 6 additions and 3 deletions
|
@ -50,7 +50,7 @@ SERVER_EMAIL = 'mamweb-prod-errors@mam.mff.cuni.cz'
|
||||||
ADMINS = [
|
ADMINS = [
|
||||||
('Tomas Gavenciak', 'gavento@gmail.com'),
|
('Tomas Gavenciak', 'gavento@gmail.com'),
|
||||||
('Matěj Kocián', 'matej.kocian@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'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ import os
|
||||||
|
|
||||||
SERVER_EMAIL = 'mamweb-test-errors@mam.mff.cuni.cz'
|
SERVER_EMAIL = 'mamweb-test-errors@mam.mff.cuni.cz'
|
||||||
ADMINS = [
|
ADMINS = [
|
||||||
('M&M ERRORs', 'mam-errors@atrey.karlin.mff.cuni.cz'),
|
('M&M ERRORs', 'mam-errors@mam.mff.cuni.cz'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -68,13 +68,16 @@
|
||||||
\def\stat{#7}%
|
\def\stat{#7}%
|
||||||
|
|
||||||
\hbox{\tofont{\jmeno\ \prijm}}
|
\hbox{\tofont{\jmeno\ \prijm}}
|
||||||
|
\vskip .2 em
|
||||||
\ifx \skola \empty
|
\ifx \skola \empty
|
||||||
{}
|
{}
|
||||||
\else
|
\else
|
||||||
\hbox{\tofont{\skola}}
|
\hbox{\tofont{\skola}}
|
||||||
\fi
|
\fi
|
||||||
|
\vskip .2 em
|
||||||
\hbox{\tofont{\ulice}}
|
\hbox{\tofont{\ulice}}
|
||||||
|
\vskip .2 em
|
||||||
|
\vskip .2 em
|
||||||
\hbox to 18pt{\tofont{\predsunout{\PSC\ }\mesto}}
|
\hbox to 18pt{\tofont{\predsunout{\PSC\ }\mesto}}
|
||||||
\vskip 5 pt
|
\vskip 5 pt
|
||||||
\tofont{\stat}
|
\tofont{\stat}
|
||||||
|
|
Loading…
Reference in a new issue