diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/image.hbs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/image.hbs b/templates/image.hbs index 8c3ceb6..fab65d5 100644 --- a/templates/image.hbs +++ b/templates/image.hbs @@ -29,6 +29,11 @@ <li><a href="/posts?tags={{ . }}">{{ . }}</a></li> {{/each}} </ul> + + <form id="update-prompt" method="POST" action="/api/posts/{{id}}"> + <input id="tags" name="tags" type="text"> + <button id="search-box-submit" type="submit">Add Tags</button> + </form> </section> </aside> </body> |