From f7b98c9dfe8a46b38d094ceb5061e0de3f8f167f Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 3 Jul 2025 20:59:53 +0200 Subject: [PATCH] fix: typo --- .../fellchensammlung/partials/partial-check-rescue-org.html | 2 +- src/fellchensammlung/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-check-rescue-org.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-check-rescue-org.html index 4d8a526..41a3e0f 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-check-rescue-org.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-check-rescue-org.html @@ -28,7 +28,7 @@

{% endfor %} - {% if set_internal_comment_avilable %} + {% if set_internal_comment_available %}
{% csrf_token %} diff --git a/src/fellchensammlung/views.py b/src/fellchensammlung/views.py index b2f869c..221d9a8 100644 --- a/src/fellchensammlung/views.py +++ b/src/fellchensammlung/views.py @@ -782,7 +782,7 @@ def rescue_organization_check_dq(request): DQ = data quality """ context = {"set_species_url_available": True, - "set_internal_comment_avilable": True, + "set_internal_comment_available": True, "species_url_form": SpeciesURLForm, "internal_comment_form": RescueOrgInternalComment} return rescue_organization_check(request, context)