Skip to content

Commit

Permalink
chore(tup-230): remove excess template change
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jun 15, 2022
1 parent e15134f commit 0457aaa
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ <h3 class="title">{{ instance.title }}</h3>
{# {{ field.css_classes }} are 'required', 'error' #}
{# https://docs.djangoproject.com/en/2.2/ref/forms/api/#django.forms.BoundField.css_classes #}
<div class="field-wrapper {{ field|input_class }} {{ field.css_classes }}{% if field|is_honeypot %} u-hide--visually{% endif %}">
<aside class="field-errors" style="display:none;">
{# populated by JavaScript #}
<!--<ul class="errorlist">
</li>...</li>
</ul>-->
</aside>
<aside class="field-errors" style="display:none;"></aside>
{% if field|is_checkbox %}
{{ field }}
{% endif %}
Expand Down

0 comments on commit 0457aaa

Please sign in to comment.