{% extends 'core_ui/base.html' %} {% block content %}

Add Log for Plant #{{ plant.id }}

{{ form.hidden_tag() }}

{{ form.event_type.label }}
{{ form.event_type() }}

{{ form.note.label }}
{{ form.note(rows=4) }}

{{ form.submit() }}

{% endblock %}