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

changing comment form input to a button so we're able to change the display...

changing comment form input to a button so we're able to change the display text + adding comment form title
parent c1bd3768
No related branches found
No related tags found
No related merge requests found
<form method="post" id="comment-form"> <h4>Add communication</h4>
<form class="form form--comments" method="post" id="comment-form">
{% csrf_token %} {% csrf_token %}
{{ comment_form }} {{ comment_form }}
<input id="comment-form-submit" name="form-submitted" type="submit" form="comment-form" value="Comment"> <button id="comment-form-submit" name="form-submitted" form="comment-form" class="button button--primary" type="submit" value="comment">Add message</button>
</form> </form>
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