From fb86f9a139ed097b2ef7e3b0a4432ea1b9aa581d Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Thu, 11 Jul 2019 14:09:47 -0400 Subject: [PATCH] Bind attachment as value to the pdf input --- templates/components/upload_input.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/components/upload_input.html b/templates/components/upload_input.html index 0c53a2e9..3a80a834 100644 --- a/templates/components/upload_input.html +++ b/templates/components/upload_input.html @@ -39,6 +39,7 @@ id="{{ field.name }}" name="{{ field.name }}" aria-label="Task Order Upload" + v-bind:value="attachment" type="file"> {% for error in field.errors %}