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

Add Species Profile:

Complete the form below to add a new Species Profile to the database.

Please use care entering Species Profile data as it is declared once and shared by all Aquarists keeping the species.

Required Fields:   Name, a brief Description, and Local distribution.
It's okay to leave any of the remaining text fields blank. They won't show on the Species Profile page.
If you add a photo, please also provide a name for the photo credit.

 

{% csrf_token %} {{form.as_table}}
{% if img_obj %}

Succesfully uploaded : {{img_obj.title}}

connect {% endif %}

 

Note that once you add a new species declaration, you may make same-day revisions if needed.

After that Admins are responsible for reviewing and revising shared Species declarations.

{% endblock content %}