{% extends "plants/base.html" %} {% block title %}Identify plant — PlantDB{% endblock %} {% block content %}
Identify plant

Add one or more photos, tag what each shows, then tap Identify.

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
Or enter name manually
{% endblock %}