Committing before merge

This commit is contained in:
Jonathan Bobel
2023-08-30 11:07:38 -04:00
parent 32083dff99
commit b1c6a768ec
123 changed files with 257 additions and 257 deletions

View File

@@ -1,4 +1,4 @@
{% from "components/components/button/macro.njk" import govukButton %}
{% from "components/components/button/macro.njk" import usaButton %}
{% macro file_upload(
field,
@@ -39,6 +39,6 @@
{% endif %}
<label class="file-upload-filename" for="{{ field.name }}"></label>
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
{{ govukButton({ "text": "Submit", "classes": "file-upload-submit" }) }}
{{ usaButton({ "text": "Submit", "classes": "file-upload-submit" }) }}
</form>
{% endmacro %}