Skip to content
Snippets Groups Projects
Commit e8c05f2b authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

updating comment form input to be a button

parent a17b009b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment