django-bs

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

commit
83ec9e6eed561745f4564ab1f79ef31fd59a79ea
parent
ade2cb9de017cb3bc314d7ec096d3ef94e7ba88c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-06-17 09:02
fix radio_option include path

Diffstat

M django-bs4/templates/django/forms/widgets/radio_option.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/django-bs4/templates/django/forms/widgets/radio_option.html b/django-bs4/templates/django/forms/widgets/radio_option.html

@@ -1 +1 @@
    1    -1 {% include "django/forms/widget/checkbox_option.html" %}
   -1     1 {% include "django/forms/widgets/checkbox_option.html" %}