{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/image_section.html" as img %} {% import "partials/detail_cards.html" as detail_cards %} {% import "partials/forms/quick_notes.html" as quick_notes %} {% block title %}Brewlog ยท Edit Brew{% endblock %} {% block content %}

Edit Brew

Update brew details.

Coffee

Bag* {% for bag in bag_options %} {% endfor %}
Weight (g)*

Grinder

Grind Setting*

Brewer

Recipe

Volume (ml)*
Temp (°C)*
Time
{{ quick_notes::quick_notes_toggles() }} {{ img::deferred_upload_with_preview("edit-brew-image", "Brew Image", "brew", id, image_url) }} {{ detail_cards::edit_form_actions() }}
{% endblock %}