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

Add Aquarist Species

Complete the form below to add your species to the database.

The name is the Species name by default. It can be appended to more fully describe your fish.

As a best practice, please describe where you got your fish in your Aquarist notes.

Required Fields:   Name, Year Acquired, and Aquarist notes.

Any remaining blank text fields won't show on your page.

 

{% csrf_token %} {{form.as_table}}
{% endblock content %}