{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% block title %}Brewlog ยท Edit Bag{% endblock %} {% block content %} Edit Bag Update bag details. Roast* {% for roast in roast_options %} {{ roast.name }} {{ roast.roaster_name }} {% endfor %} Roast Date Amount (g)* {{ icons::spinner("h-4 w-4") }} {{ icons::check("h-4 w-4") }} Save Changes Cancel {% endblock %}
Update bag details.