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

Add {{ harvest_type_name }} seeds

{% crispy form %}
{% endblock %}