brewlog/templates/partials/roast_options.html
2026-02-09 13:40:05 +00:00

5 lines
165 B
HTML

<optgroup id="roast-select-options">
{% for roast in roasts %}
<option value="{{ roast.roast.id }}">{{ roast.roast.name }}</option>
{% endfor %}
</optgroup>