blob: 2dbad9eb4dc48e4e732e922bcfa6c4531d41abc9 (
plain)
1
2
3
4
5
6
7
8
|
<div id="hootform">
<form autocomplete="off">
<input type="text" name="comment" autocomplete="off" required>
<button class="hoot"><%= hoot_text %></button>
</form>
<div class="errors"></div>
</div>
|