{% extends 'main.html' %} {% block content %}

Reassign Aquarist Species: {{speciesInstance.name}} ({{speciesInstance.id}})

Currently Species Assigned: {{speciesInstance.species.name}} ({{speciesInstance.species.id}})

Aquarist Species are created by users choosing 'I keep this species' from a Species Profile. Sometimes mistakes are made, such as adding a new species when it is not needed, creating a duplicate or elevating a subspecies from a collection point to its own Species (which may be appropriate in some cases, but generally not a best practice).

Enter a new Species ID to reassign the Aquarist Species to correct errors. Typically this also means once an incorrect Species is 'freed up' so that no Aquarist Species use it, the incorrect Species can then be deleted.

{% csrf_token %}

Enter the Species ID you wish to assign as a replacement for Species {{speciesInstance.species.id}}

Cancel

{% endblock content %}