Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f88b544

Browse files
author
Nick Litwin
committed
Add type button so it doesn't resubmit form
1 parent d075e11 commit f88b544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/submissions/submit-file/submit-file.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
tc-input.fieldset__input(label-text="File Number", placeholder="u2434312", input-value="stockArt.fileNumber")
112112

113-
button.fieldset__button.tc-btn.tc-btn-s(ng-click="vm.createAnotherStockArtFieldset()") + Add Stock Photo
113+
button.fieldset__button.tc-btn.tc-btn-s(type="button", ng-click="vm.createAnotherStockArtFieldset()") + Add Stock Photo
114114

115115
.panel-footer
116116
p Submitting your files means you hereby agree to the #[a(href="https://www.{{DOMAIN}}/community/how-it-works/terms/", target="_blank") Topcoder terms of use] and to the extent your uploaded file wins a Topcoder Competition, you hereby assign, grant, and transfer to Topcoder all rights in and title to the Winning Submission (as further described in the terms of use).

0 commit comments

Comments
 (0)