{% 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("edit-cup-image", "Cup Image") }} {{ icons::spinner("h-4 w-4") }} Save Changes {% endblock %}
Update cup details.