From b503b6fd71098ffd915a15b5135f013b470802ec Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Mon, 5 Mar 2018 09:11:27 +0000 Subject: [PATCH] changing comment button text to add message --- .../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 2db10184c..86580f32e 100644 --- a/opentech/apply/activity/templates/activity/include/comment_form.html +++ b/opentech/apply/activity/templates/activity/include/comment_form.html @@ -1,5 +1,5 @@ <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="Comment"> + <input id="comment-form-submit" name="form-submitted" form="comment-form" class="button button--primary" type="submit" value="Add message"> </form> -- GitLab