File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Unreleased
63
63
64
64
* Feature remove attribute from field
65
65
* Added documentation for remove_attr feature
66
- * Reformat code with black for PEP8 compatibility
66
+ * Reformat code with black for PEP8 compatibility
67
67
* More consistent tox configuration
68
68
* adding a new templatetag, unittest and documentation
69
69
* Deprecate Python 2.7 support
Original file line number Diff line number Diff line change 1
1
include *.txt
2
2
include *.rst
3
- include LICENSE
3
+ include LICENSE
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ To render field related errors in your form:
344
344
Example:
345
345
346
346
.. code-block :: html+django
347
-
347
+
348
348
{% load widget_tweaks %}
349
349
{% for error in field.errors %}
350
350
<span class="text-danger">{{ error }}</span>
@@ -353,7 +353,7 @@ Example:
353
353
Example usage:
354
354
355
355
.. code-block :: html+django
356
-
356
+
357
357
{% for field in form.visible_fields %}
358
358
{{ field }}
359
359
<label for="{{ field.id_for_label }}">{{ field.label }}</label>
You can’t perform that action at this time.
0 commit comments