forgot to add forms.py, duh
This commit is contained in:
parent
ad460a23bc
commit
872295b5e9
6
itf/scriptbank/forms.py
Normal file
6
itf/scriptbank/forms.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.forms import ModelForm
|
||||
from models import Script
|
||||
|
||||
class ScriptForm(ModelForm):
|
||||
class Meta:
|
||||
model = Script
|
Loading…
Reference in New Issue
Block a user