{% 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 %} {% endfor %}
{{ img::deferred_upload_with_preview("edit-roast-image", "Roast Image", "roast", id, image_url) }}
{% endblock %}