fix: typo

This commit is contained in:
2025-07-03 20:59:53 +02:00
parent 8e9f4e2b2e
commit f7b98c9dfe
2 changed files with 2 additions and 2 deletions

View File

@@ -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)