- <form action="#" class="standard-form">
- <input type="hidden" name="lon">
- <input type="hidden" name="lat">
- <textarea class="comment" name="text" cols="40" rows="10" maxlength="2000" placeholder="<%= t("javascripts.notes.new.advice") %>"></textarea>
+ <form action="#">
+ <input type="hidden" name="lon" autocomplete="off">
+ <input type="hidden" name="lat" autocomplete="off">
+ <div class="mb-3">
+ <textarea class="form-control" name="text" cols="40" rows="10" maxlength="2000" placeholder="<%= t("javascripts.notes.new.advice") %>"></textarea>
+ </div>