{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %} Add Seed {% endblock %} {% block content_header %}

Add {{ harvest_type_name }} seed

{% endblock %} {% block content %}
{% crispy form %}
{% endblock %}