From e8c05f2b5cda9e2f76b1dacdfe69af73ece064a1 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Mon, 5 Mar 2018 15:32:10 +0000 Subject: [PATCH] updating comment form input to be a button --- .../apply/activity/templates/activity/include/comment_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/activity/templates/activity/include/comment_form.html b/opentech/apply/activity/templates/activity/include/comment_form.html index 780c2143f..39cd0da89 100644 --- a/opentech/apply/activity/templates/activity/include/comment_form.html +++ b/opentech/apply/activity/templates/activity/include/comment_form.html @@ -3,6 +3,6 @@ <form class="form form--comments" method="post" id="comment-form"> {% csrf_token %} {{ comment_form }} - <input id="comment-form-submit" name="form-submitted" form="comment-form" class="button button--primary" type="submit" value="Add message"> + <button id="comment-form-submit" name="form-submitted" form="comment-form" class="button button--primary" type="submit" value="comment">Add message</button> </form> </div> -- GitLab