forked from CGM_Public/pretix_original
Add event meta filter to organizer page
This commit is contained in:
@@ -667,7 +667,7 @@ class EventMetaProperty(LoggedModel):
|
||||
name = models.CharField(
|
||||
max_length=50, db_index=True,
|
||||
help_text=_(
|
||||
"Can not contain spaces or special characters execpt underscores"
|
||||
"Can not contain spaces or special characters except underscores"
|
||||
),
|
||||
validators=[
|
||||
RegexValidator(
|
||||
|
||||
Reference in New Issue
Block a user