{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/image_section.html" as img %} {% block title %}Brewlog ยท Edit Cafe{% endblock %} {% block content %} Edit Cafe Update cafe details. Name* City* Country* Website Latitude* Longitude* {{ img::deferred_upload_with_preview("edit-cafe-image", "Cafe Image", "cafe", id, image_url) }} {{ icons::spinner("h-5 w-5") }} Saving… {{ icons::check("h-4 w-4") }} Save Changes {{ icons::x_mark("h-4 w-4") }} Cancel {% endblock %}
Update cafe details.