Switched off devel options.

This commit is contained in:
2018-01-24 18:01:13 +01:00
parent 60fb3e6519
commit 10c564be2f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ from .. import models
from .generic import ChainedForm
logger = logging.getLogger(__name__)
DEVELOPMENT_INIT_FORMS = True
DEVELOPMENT_INIT_FORMS = False
class EventCreateForm(ChainedForm):