We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c92afa commit 973a0dcCopy full SHA for 973a0dc
src/main/resources/fragments/navbar.html
@@ -67,7 +67,7 @@ <h4 class="modal-title">Report Issue</h4>
67
<div class="modal-body">
68
<div class="form-group">
69
<label for="customMessage"><span class="glyphicon glyphicon-chat"></span> Message to add to the report:</label>
70
- <textarea class="form-control" id="customMessage" placeholder="Enter message" cols="40" rows="5"></textarea>
+ <textarea class="form-control" id="customMessage" placeholder="Enter message" cols="40" rows="5" name="customMessage"></textarea>
71
<input type="hidden" name="currentLocation"></input>
72
</div>
73
0 commit comments