Skip to content

Commit

Permalink
update deprecated fields (#1592)
Browse files Browse the repository at this point in the history
I don't think will fix the tool, but it's an error.
  • Loading branch information
mwvolo authored Oct 30, 2024
1 parent 8d4ea9a commit 0d03a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% csrf_token %}
<ul class="fields">
{% for field in form %}
{% include "wagtailadmin/shared/field_as_li.html" %}
<li>{% include "wagtailadmin/shared/field.html" %}</li>
{% endfor %}
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% csrf_token %}
<ul class="fields">
{% for field in form %}
{% include "wagtailadmin/shared/field_as_li.html" %}
<li>{% include "wagtailadmin/shared/field.html" %}</li>
{% endfor %}
</ul>

Expand Down

0 comments on commit 0d03a7e

Please sign in to comment.