fix missing editor forms

This commit is contained in:
Laura Klünder 2016-10-15 11:23:27 +02:00
parent d3c507e319
commit 794d527fdc
2 changed files with 6 additions and 8 deletions

View file

@ -6,4 +6,6 @@ class EditorConfig(AppConfig):
def ready(self):
from c3nav.editor.hosters import init_hosters
from c3nav.editor.forms import create_editor_forms
init_hosters()
create_editor_forms()