{% 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 Roaster{% endblock %} {% block content %} Edit Roaster Update roaster details. Name* Country* City Homepage {{ img::deferred_upload_with_preview("edit-roaster-image", "Roaster Image", "roaster", id, image_url) }} {{ detail_cards::edit_form_actions() }} {% endblock %}
Update roaster details.