fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Simpler payments and introduce seasonal banner.
[wolnelektury.git]
/
src
/
annoy
/
places.py
diff --git
a/src/annoy/places.py
b/src/annoy/places.py
index
0de0483
..
2fbd34c
100644
(file)
--- a/
src/annoy/places.py
+++ b/
src/annoy/places.py
@@
-13,6
+13,7
@@
PLACE_DEFINITIONS = [
('quiet', 'Spokojny'),
('loud', 'Ostry'),
)),
+ ('seasonal', 'Sezonowa', False),
]
PLACE_CHOICES = [p[:2] for p in PLACE_DEFINITIONS]