Fixed #106 -- added pay-what-you-want tickets

This commit is contained in:
Raphael Michel
2016-03-24 18:01:09 +01:00
parent abf5af4253
commit 112a309a0e
12 changed files with 249 additions and 50 deletions

View File

@@ -95,6 +95,7 @@ class ItemFormGeneral(I18nModelForm):
'description',
'picture',
'default_price',
'free_price',
'tax_rate',
'available_from',
'available_until',