{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/image_section.html" as img %} {% 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("edit-roast-image", "Roast Image") }} {{ icons::spinner("h-4 w-4") }} Save Changes {% endblock %}
Update roast details.