Užitečná chybová stránka pro neúspěšné generování obálek
This commit is contained in:
parent
239a324a19
commit
a59e2f9977
1 changed files with 5 additions and 0 deletions
|
@ -562,6 +562,11 @@ def cisloObalkyView(request, rocnik, cislo):
|
|||
|
||||
|
||||
def obalkyView(request, resitele):
|
||||
if len(resitele) == 0:
|
||||
return render(request, 'universal.html', {
|
||||
'title': 'Není pro koho vyrobit obálky.',
|
||||
'text': 'Právě ses pokusil/a vygenerovat obálky pro prázdnou množinu lidí. Můžeš to zkusit změnit, případně se zeptej webařů :-)',
|
||||
})
|
||||
tex = render(request,'seminar/archiv/obalky.tex', {'resitele': resitele}).content
|
||||
|
||||
tempdir = tempfile.mkdtemp()
|
||||
|
|
Loading…
Reference in a new issue