- forum with user pictures
- archive function
This commit is contained in:
Martin Bauer
2013-09-15 12:29:56 +02:00
parent d5f461181d
commit f0746172ec
17 changed files with 245 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ class Event ( models.Model ):
( 'Party', _('Party') ),
)
title = models.CharField( max_length=40, verbose_name = _("title") )
title = models.CharField( max_length=40, verbose_name = _("titel") )
type = models.CharField( max_length=6, choices=EVENT_TYPES, default='Reh', verbose_name= _("type") )
location = models.TextField( blank=False, verbose_name=_("location") )
desc = models.TextField( blank=True, verbose_name=_("description"))