fix missing editor forms
This commit is contained in:
parent
d3c507e319
commit
794d527fdc
2 changed files with 6 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue