aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/choose_subscription.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/choose_subscription.html')
-rw-r--r--template/html/choose_subscription.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/html/choose_subscription.html b/template/html/choose_subscription.html
index ad1c38a..2b053a1 100644
--- a/template/html/choose_subscription.html
+++ b/template/html/choose_subscription.html
@@ -19,6 +19,7 @@
<form action="{{ route "chooseSubscription" }}" method="POST">
<input type="hidden" name="csrf" value="{{ .csrf }}">
<input type="hidden" name="category_id" value="{{ .form.CategoryID }}">
+ <input type="hidden" name="user_agent" value="{{ .form.UserAgent }}">
<input type="hidden" name="feed_username" value="{{ .form.Username }}">
<input type="hidden" name="feed_password" value="{{ .form.Password }}">
{{ if .form.Crawler }}