diff --git a/cookbook/forms.py b/cookbook/forms.py index 2f2bb8755..ddcde2cc0 100644 --- a/cookbook/forms.py +++ b/cookbook/forms.py @@ -81,7 +81,7 @@ class ShoppingForm(forms.Form): markdown_format = forms.BooleanField( help_text=_('Include - [ ] in list for easier usage in markdown based documents.'), required=False, - initial=True + initial=False ) diff --git a/cookbook/templates/shopping_list.html b/cookbook/templates/shopping_list.html index 638f32227..1abfeb329 100644 --- a/cookbook/templates/shopping_list.html +++ b/cookbook/templates/shopping_list.html @@ -22,14 +22,22 @@

- +
- +
+
+
+
+ +
+
{% endblock %} \ No newline at end of file