From c85ba9751e3a22535144975d57b06f14ba9f12b1 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Mon, 27 May 2019 15:04:02 +0200 Subject: [PATCH] Open submission upload file link in a new tab. --- .../templates/stream_forms/includes/file_field.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/stream_forms/templates/stream_forms/includes/file_field.html b/opentech/apply/stream_forms/templates/stream_forms/includes/file_field.html index 0541f087f..79079bf27 100644 --- a/opentech/apply/stream_forms/templates/stream_forms/includes/file_field.html +++ b/opentech/apply/stream_forms/templates/stream_forms/includes/file_field.html @@ -1,4 +1,4 @@ -<a class="link link--download" href="{{ file.url }}"> +<a class="link link--download" href="{{ file.url }}" target="_blank"> <div> <svg><use xlink:href="#file"></use></svg> <span>{{ file.filename }}</span> -- GitLab