Switch to generic notes
This commit is contained in:
@@ -10,7 +10,6 @@ from django.forms import inlineformset_factory
|
||||
|
||||
from longs.models import (
|
||||
#Examination,
|
||||
Note,
|
||||
Long,
|
||||
LongSeries,
|
||||
LongSeriesImage,
|
||||
@@ -49,13 +48,6 @@ class ExaminationForm(ModelForm):
|
||||
fields = ["examination"]
|
||||
|
||||
|
||||
class NoteForm(ModelForm):
|
||||
class Meta:
|
||||
model = Note
|
||||
fields = ["note"]
|
||||
|
||||
|
||||
|
||||
class LongCreationDefaultForm(ModelForm):
|
||||
class Meta:
|
||||
model = LongCreationDefault
|
||||
|
||||
Reference in New Issue
Block a user