brewlog/templates/partials/roast_options.html
2025-11-27 14:02:55 +00:00

5 lines
163 B
HTML

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