fix: typo
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</p>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% if set_internal_comment_avilable %}
|
||||
{% if set_internal_comment_available %}
|
||||
<div class="block">
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user