79196047

Date: 2024-11-16 21:10:32
Score: 0.5
Natty:
Report link
    {% macro render_form(form, action) %}
        {% from "_formhelpers.html" import render_field %}
        <div id="Product" class="variant-block" style="display: block;">
            {% from "_formhelpers.html" import render_field %}
            {% import "bootstrap/wtf.html" as wtf %}
            {{ wtf.quick_form(form, action=action, extra_classes="size-options", button_map={'submit':'light'}) }}
        </div>
    {% endmacro %}

More info. here: https://bootstrap-flask.readthedocs.io/en/stable/macros/

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Ahrimann Steiner