Initials
This commit is contained in:
7
master_data/forms.py
Normal file
7
master_data/forms.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django import forms
|
||||
from .models import EventType
|
||||
|
||||
class EventTypeForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = EventType
|
||||
fields = ['event_type']
|
||||
Reference in New Issue
Block a user