django-bs

Bootstrap integration for django using widget templates
git clone https://git.ce9e.org/django-bs.git

commit
60aa1cc9444ab9e64f93eaef8e241b389d492ebf
parent
fb289e5ab671e50ab2d6642aa1c1a71d740be32f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-18 19:00
use form rendering in example

Diffstat

M example/templates/form.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/example/templates/form.html b/example/templates/form.html

@@ -10,7 +10,7 @@
   10    10 <body>
   11    11     <div class="container my-4">
   12    12         <form>
   13    -1             {% bootstrap_form form %}
   -1    13             {{ form }}
   14    14             <button class="btn btn-primary">Submit</button>
   15    15         </form>
   16    16     </div>