projects
/
matthijs
/
projects
/
dorestad-bookings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ac8f1
)
tickets: Slightly reword the show descriptions.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 19 Oct 2010 15:02:16 +0000
(17:02 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 19 Oct 2010 15:47:30 +0000
(17:47 +0200)
tickets/models.py
patch
|
blob
|
history
diff --git
a/tickets/models.py
b/tickets/models.py
index cff9f2355b0de7a535d73e42676bf7786bba0860..ddb34b0579ded24c054e7c476c4d8df8d21cf88e 100644
(file)
--- a/
tickets/models.py
+++ b/
tickets/models.py
@@
-5,9
+5,9
@@
from django.utils.formats import number_format
# Create your models here.
-SHOW_CHOICES = [ ("vrijdag", "vrijdag 17 december
,
20:00")
- , ("zaterdag", "zaterdag 18 december
,
20:00")
- , ("zondag", "zondag 19 december
,
13:00")
+SHOW_CHOICES = [ ("vrijdag", "vrijdag 17 december
om
20:00")
+ , ("zaterdag", "zaterdag 18 december
om
20:00")
+ , ("zondag", "zondag 19 december
om
13:00")
]
TICKET_PRICE=7.5