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)