aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/add_subscription.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/add_subscription.html')
-rw-r--r--template/html/add_subscription.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/html/add_subscription.html b/template/html/add_subscription.html
index 5b46549..7ccbc20 100644
--- a/template/html/add_subscription.html
+++ b/template/html/add_subscription.html
@@ -41,6 +41,9 @@
<label><input type="checkbox" name="crawler" value="1" {{ if .form.Crawler }}checked{{ end }}> {{ t "Fetch original content" }}</label>
+ <label for="form-user-agent">{{ t "User-Agent" }}</label>
+ <input type="text" name="user_agent" id="form-user-agent" placeholder="{{ .defaultUserAgent }}" value="{{ .form.UserAgent }}">
+
<label for="form-feed-username">{{ t "Feed Username" }}</label>
<input type="text" name="feed_username" id="form-feed-username" value="{{ .form.Username }}">