and the last one
This commit is contained in:
10
suivi/forms.py
Normal file
10
suivi/forms.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
from .notes import *
|
||||||
|
from notes.forms import *
|
||||||
|
|
||||||
|
from django.utils import timezone
|
||||||
|
|
||||||
|
class AppelForm(UserNoteForm):
|
||||||
|
|
||||||
|
class Meta(UserNoteForm.Meta):
|
||||||
|
model = Appel
|
||||||
|
fields = ['sujet', 'text', 'entrant', 'created_date', 'created_time']
|
||||||
Reference in New Issue
Block a user