updated to keydata template

This commit is contained in:
David Kennedy 2023-10-03 17:43:39 -04:00
parent bf9c87cffc
commit 4a20fea492
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -62,8 +62,8 @@
<div class="grid-row">
<div class="grid-col">
{% with attr_required=True %}
{% input_with_errors form.pub_key add_group_class="usa-form-group--unstyled-error" %}
{% with attr_required=True add_group_class="usa-form-group--unstyled-error" %}
{% input_with_errors form.pub_key %}
{% endwith %}
</div>
</div>