{% extends "main.html" %} {% load crispy_forms_tags %} {% block content %}
{# --- Messages --- #} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {# --- Registration Form Card --- #}

🐟 Register Your CARES Species: {{ cares_species.name }}{% if cares_species.common_name %}  ({{ cares_species.common_name }}){% endif %}

{% csrf_token %} {% crispy form %}
{# --- Current Aquarist Species Verification Photo --- #} {% if species_instance.aquarist_species_image %}

 

Current Aquarist Species Verification Photo

{{ species_instance.name }}

This is your current  Aquarist Species  photo.
To be used as a CARES Species Verification Photo it must be a photo showing your fish.

{% endif %}
{% endblock %}