From 9bb54ef885100d5551fae60b1c559924eb7b736b Mon Sep 17 00:00:00 2001 From: moanos Date: Tue, 6 Aug 2024 11:36:17 +0200 Subject: [PATCH] feat: Add allow/deny buttons without function --- .../fellchensammlung/partials/partial-report.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-report.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-report.html index ebf45b2..98d5c80 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-report.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-report.html @@ -1,5 +1,5 @@ {% load i18n %} -
+

{% blocktranslate %} Meldung von {{ report.reported_content }} @@ -16,4 +16,16 @@

{% translate "Kommentar zur Meldung" %}: {{ report.user_comment }}

+
+
+ {% csrf_token %} + + +
+
+ {% csrf_token %} + + +
+

\ No newline at end of file