Skip to content

Commit

Permalink
Update form.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter authored Oct 27, 2020
1 parent 8d2e55c commit d5ac94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set layout = config.layout.form|default('form_div_layout.html.twig') %}
{% form_theme form layout %}

{% if config.layout.bootstrap %}
{% if config.layout.bootstrap|default() %}
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
{% endif %}

Expand All @@ -27,4 +27,4 @@
{{ form(form) }}
{% endif %}

<hr>
<hr>

0 comments on commit d5ac94b

Please sign in to comment.