{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/detail_cards.html" as detail_cards %} {% 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)* Remaining (g) - + {{ detail_cards::edit_form_actions() }} {% endblock %}
Update bag details.