diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-06-06 19:11:26 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-06-06 19:11:26 -0400 |
| commit | f71975e5a89b031248d848aa553e4810178e7279 (patch) | |
| tree | f171022d7aae3ba101b05e355f49626040af45ca /templates/image.hbs | |
| parent | 8e89d43bdf35b2a1f69f3f7e3d87c57fb1e3f58a (diff) | |
Implement tag updates.
Diffstat (limited to 'templates/image.hbs')
| -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> |