diff options
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 |