fix: typo
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% if set_internal_comment_avilable %}
|
{% if set_internal_comment_available %}
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
@@ -782,7 +782,7 @@ def rescue_organization_check_dq(request):
|
|||||||
DQ = data quality
|
DQ = data quality
|
||||||
"""
|
"""
|
||||||
context = {"set_species_url_available": True,
|
context = {"set_species_url_available": True,
|
||||||
"set_internal_comment_avilable": True,
|
"set_internal_comment_available": True,
|
||||||
"species_url_form": SpeciesURLForm,
|
"species_url_form": SpeciesURLForm,
|
||||||
"internal_comment_form": RescueOrgInternalComment}
|
"internal_comment_form": RescueOrgInternalComment}
|
||||||
return rescue_organization_check(request, context)
|
return rescue_organization_check(request, context)
|
||||||
|
Reference in New Issue
Block a user