Merge pull request #3200 from alphagov/finetune-letter-uploads-valdiation-failed

Add re-upload button and back link to the preview page
This commit is contained in:
Pea M. Tyczynska
2019-11-27 15:17:19 +00:00
committed by GitHub
5 changed files with 28 additions and 5 deletions

View File

@@ -52,7 +52,7 @@
{{ file_upload(
form.file,
action=url_for('.send_messages', service_id=current_service.id, template_id=template.id),
button_text='Re-upload your file'
button_text='Upload your file again'
) }}
</div>
<a href="#content" class="back-to-top-link">Back to top</a>