{# plants/templates/plants/identify_upload.html #} {% extends "plants/base.html" %} {% block title %}Identify plant β€” BloomBase{% 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 %}