Komentář
This commit is contained in:
parent
854c902322
commit
f01a808ac2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class NeprazdnyListView(generic.ListView):
|
|||
s titlem `self.if_prazdny_title` a textem `self.if_prazdny_text`
|
||||
a způsob renderování (např. CSV) lze změnit přepsáním metody render.
|
||||
"""
|
||||
allow_empty = False
|
||||
allow_empty = False # Interní djangová věc
|
||||
if_prazdny_title = "V seznamu nic není"
|
||||
if_prazdny_text = "V seznamu nic není. Zkus to napravit v adminu, nebo se zeptej webařů."
|
||||
|
||||
|
|
Loading…
Reference in a new issue