Skip to content

Commit

Permalink
Fix customMessage in issueform
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Nov 5, 2021
1 parent 1c92afa commit 973a0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fragments/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h4 class="modal-title">Report Issue</h4>
<div class="modal-body">
<div class="form-group">
<label for="customMessage"><span class="glyphicon glyphicon-chat"></span> Message to add to the report:</label>
<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>
<input type="hidden" name="currentLocation"></input>
</div>
</div>
Expand Down

0 comments on commit 973a0dc

Please sign in to comment.