Splitup forms.py into several files.

This commit is contained in:
2018-01-20 16:58:00 +01:00
parent 873976199f
commit 03df86b3c4
5 changed files with 194 additions and 178 deletions

View File

@@ -0,0 +1,3 @@
from . import generic
from . import auth
from . import events