feat: Convert report form to Bulma

This commit is contained in:
2025-06-17 05:40:20 +02:00
parent c08f7fc792
commit c038370602
3 changed files with 11 additions and 6 deletions

View File

@@ -92,12 +92,14 @@ class ImageForm(forms.ModelForm):
class ReportAdoptionNoticeForm(forms.ModelForm):
template_name = "fellchensammlung/forms/form_snippets.html"
class Meta:
model = ReportAdoptionNotice
fields = ('reported_broken_rules', 'user_comment')
class ReportCommentForm(forms.ModelForm):
template_name = "fellchensammlung/forms/form_snippets.html"
class Meta:
model = ReportComment
fields = ('reported_broken_rules', 'user_comment')