Switch to generic notes

This commit is contained in:
Ross
2021-09-09 18:06:13 +01:00
parent d4180a48d3
commit f6f4407cf8
16 changed files with 4 additions and 171 deletions
-8
View File
@@ -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