Skip to content

Commit 3d5cbea

Browse files
committed
Added button type to Submit button in feedback
1 parent 5befacd commit 3d5cbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/feedback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2 class="subtitle">Give feedback to the project and how it worked for you. At
5858

5959
<div class="field is-grouped">
6060
<div class="control">
61-
<button class="button is-link">Submit</button>
61+
<button type="submit" class="button is-link">Submit</button>
6262
</div>
6363
</div>
6464
</form>

0 commit comments

Comments
 (0)