From 37ecf28f2fa00bc3363b930e95862b7094e5f0df Mon Sep 17 00:00:00 2001 From: moanos Date: Mon, 10 Mar 2025 22:12:35 +0100 Subject: [PATCH] feat: add link to original content --- src/fellchensammlung/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fellchensammlung/models.py b/src/fellchensammlung/models.py index 9294905..3e69fe0 100644 --- a/src/fellchensammlung/models.py +++ b/src/fellchensammlung/models.py @@ -699,7 +699,6 @@ class Report(models.Model): Same as reported_content, just for url """ if hasattr(self, "reportadoptionnotice"): - print("dada") print(self.reportadoptionnotice.adoption_notice.get_absolute_url) return self.reportadoptionnotice.adoption_notice.get_absolute_url elif hasattr(self, "reportcomment"):