summaryrefslogtreecommitdiff
path: root/views/hootstream/hootform.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/hootstream/hootform.ejs')
-rw-r--r--views/hootstream/hootform.ejs8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/hootstream/hootform.ejs b/views/hootstream/hootform.ejs
new file mode 100644
index 0000000..2dbad9e
--- /dev/null
+++ b/views/hootstream/hootform.ejs
@@ -0,0 +1,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>
+