refactor: rip out old form

This commit is contained in:
2024-05-30 09:52:42 +02:00
parent 4bcfd6b2ee
commit 0a305f0aa5
2 changed files with 1 additions and 120 deletions

View File

@@ -12,7 +12,7 @@ from notfellchen import settings
from fellchensammlung import logger
from fellchensammlung.models import AdoptionNotice, Text, Animal, Rule, Image, Report, ModerationAction, \
Member
from .forms import AdoptionNoticeForm, AnimalForm, ImageForm, ReportForm
from .forms import AdoptionNoticeForm, ImageForm, ReportForm
from .models import Language