diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-02-16 23:41:52 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-02-16 23:41:52 -0800 |
commit | 3905e7e64059b45479894ba1fdfb0ef9cef64475 (patch) | |
tree | 4c5dbbfd204d0351cac8412cc87a65fea49c1a52 /yt_subscriptions_template.html | |
parent | 24642455d0dc5841ddec99f456598c4f763c1e8a (diff) | |
download | yt-local-3905e7e64059b45479894ba1fdfb0ef9cef64475.tar.lz yt-local-3905e7e64059b45479894ba1fdfb0ef9cef64475.tar.xz yt-local-3905e7e64059b45479894ba1fdfb0ef9cef64475.zip |
basic subscriptions system
Diffstat (limited to 'yt_subscriptions_template.html')
-rw-r--r-- | yt_subscriptions_template.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_subscriptions_template.html b/yt_subscriptions_template.html index 8477d25..6395b6c 100644 --- a/yt_subscriptions_template.html +++ b/yt_subscriptions_template.html @@ -15,6 +15,10 @@ <body> $header <main> + <form method="POST"> + <input type="submit" value="refresh"> + <input type="hidden" name="action" value="refresh"> + </form> $items <nav class="page-button-row"> $page_buttons |