{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/image_section.html" as img %} {% import "partials/detail_cards.html" as detail_cards %} {% block title %}Brewlog ยท Edit Roast{% endblock %} {% block content %} Edit Roast Update roast details. Roaster* {% for roaster in roaster_options %} {{ roaster.name }} {% endfor %} Roast Name* Origin* Region* Producer* Process* Tasting Notes* (comma or newline separated) {{ img::deferred_upload_with_preview("edit-roast-image", "Roast Image", "roast", id, image_url) }} {{ detail_cards::edit_form_actions() }} {% endblock %}
Update roast details.