diff --git a/src/fellchensammlung/models.py b/src/fellchensammlung/models.py index 3e69fe0..fe196d5 100644 --- a/src/fellchensammlung/models.py +++ b/src/fellchensammlung/models.py @@ -705,6 +705,7 @@ class Report(models.Model): return self.reportcomment.reported_comment.get_absolute_url return None + class ReportAdoptionNotice(Report): adoption_notice = models.ForeignKey("AdoptionNotice", on_delete=models.CASCADE)