Skip to content

Commit

Permalink
Add message to form.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonthomas committed Dec 11, 2014
1 parent ba8253b commit 748d990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions board/templates/board/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{% block content %}
<h2>Have a problem?</h2>
<p>Please fill out the following form with a detailed description of the problem and we will look into it.</p>
<strong><p>The information submitted via the form will be publicly visible. Please do not include any private or personal information.</p></strong>
<form id="bug-submission" action='/contact' method='post'>{% csrf_token %}
{{ form.as_p }}
<input type='submit' value='Submit' class="btn btn-primary" />
Expand Down

0 comments on commit 748d990

Please sign in to comment.