{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/image_section.html" as img %} {% block title %}Brewlog ยท Edit Cup{% endblock %} {% block content %} Edit Cup Update cup details. Coffee* {% for roast in roast_options %} {{ roast.name }} {{ roast.roaster_name }} {% endfor %} Cafe* {% for cafe in cafe_options %} {{ cafe.name }} {{ cafe.city }} {% endfor %} {{ img::deferred_upload_with_preview("edit-cup-image", "Cup Image", "cup", id, image_url) }} {{ icons::spinner("h-4 w-4") }} {{ icons::check("h-4 w-4") }} Save Changes Cancel {% endblock %}
Update cup details.