This commit is contained in:
David Kennedy 2024-05-09 11:54:16 -04:00
parent 948afab166
commit aa5b574d01
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -25,7 +25,6 @@ Edit your User Profile |
<form class="usa-form usa-form--large" method="post" enctype="multipart/form-data">
<fieldset class="usa-fieldset">
<legend class="usa-legend usa-legend--large">Your profile</legend>
{% for field in profile_form %}
<label class="usa-label" for="id_{{ field.name }}">{{ field.label }}</label>
{{ field }}