diff options
Diffstat (limited to 'views/hootstream/templates.ejs')
| -rw-r--r-- | views/hootstream/templates.ejs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/views/hootstream/templates.ejs b/views/hootstream/templates.ejs index 2f6de87..194310f 100644 --- a/views/hootstream/templates.ejs +++ b/views/hootstream/templates.ejs @@ -64,8 +64,8 @@ <div class="image"><a href="{{link}}">[{{filename}}, {{size}}]</a></div> </script> -<script class="thread-form" type="text/html"> - <form> +<script class="threadFormTemplate" type="text/html"> + <form class="streamForm threadForm"> <input type="text" name="title" placeholder="Enter a title"> <textarea name="comment" placeholder="Add a comment"></textarea> <div class="inputs"> @@ -78,12 +78,12 @@ </form> </script> -<script class="comment-form" type="text/html"> - <form> +<script class="commentFormTemplate" type="text/html"> + <form class="streamForm commentForm"> <textarea name="comment" placeholder="Add a comment"></textarea> <div class="inputs"> <input name="files" type="file" multiple> - <input type="submit" value="POST" /> + <button>POST</button> <div class="loader"></div> </div> <div class='errors'></div> |
