Forum
- forum with user pictures - archive function
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user