Skip to content

Commit

Permalink
Removed: management command button for updating identification script
Browse files Browse the repository at this point in the history
  • Loading branch information
awf-dbca committed Aug 2, 2024
1 parent 453ad5a commit cbfe555
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ <H2>Wildlife Compliance</H2>
&nbsp;<button style="width:300px;" type="submit" name="script" value="verify_species" title="Run command to verify species against WACensus.">Run Script 'verify_species'</button>&nbsp;
&nbsp;<button style="width:300px;" type="submit" name="script" value="verify_expired_licences" title="Run command to verify expired licence purposes.">Run Script 'verify_expired_licences'</button>&nbsp;
&nbsp;<button style="width:300px;" type="submit" name="script" value="verify_licence_renewals" title="Run command to verify licence renewals.">Run Script 'verify_licence_renewals'</button>&nbsp;
&nbsp;<button style="width:300px;" type="submit" name="script" value="update_identification_document_fields" title="Run command to update all Identification document records to have all required fields populated">Run Script 'update_identification_document_fields'</button>&nbsp;
<br /><br />
{% elif is_compliance_internal_login and prefer_compliance_management %}
<!--
Expand All @@ -25,8 +24,6 @@ <H2>Wildlife Compliance</H2>
<button type="submit" name="script" value="notification_close_to_due_remediation_action" title="Run command to pick up all the remediation actions close to their due dates and notify the offenders.">Run Script 'notification_close_to_due_remediation_action'</button><br><br>
<button type="submit" name="script" value="notification_overdue_remediation_action" title="Run command to pick up all the overdue remediation actions and notify the offenders.">Run Script 'notification_overdue_remediation_action'</button><br><br>
<button type="submit" name="script" value="send_notification_for_inspection" title="Run command to notify the parties to be inspected.">Run Script 'send_notification_for_inspection'</button><br><br>
<button type="submit" name="script" value="update_identification_document_fields" title="Run command to update all Identification document records to have all required fields populated">Run Script 'update_identification_document_fields'</button><br><br>

{% endif %}
</form>
<br>
Expand Down

0 comments on commit cbfe555

Please sign in to comment.