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

changing comment button text to add message

parent 09241bd7
No related branches found
No related tags found
No related merge requests found
<form class="form form--comments" method="post" id="comment-form"> <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" form="comment-form" class="button button--primary" type="submit" value="Comment"> <input id="comment-form-submit" name="form-submitted" form="comment-form" class="button button--primary" type="submit" value="Add message">
</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