field_snippet.html 289 B

123456789
  1. {% if field.widget == "text" %}
  2. {% include "_bootstrap/fields/text.html" %}
  3. {% endif %}
  4. {% if field.widget == "recaptcha" %}
  5. {% include "_bootstrap/fields/recaptcha.html" %}
  6. {% endif %}
  7. {% if field.widget == "checkbox" %}
  8. {% include "_bootstrap/fields/checkbox.html" %}
  9. {% endif %}