aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/edit_feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/edit_feed.html')
-rw-r--r--template/html/edit_feed.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/html/edit_feed.html b/template/html/edit_feed.html
index 9c57590..0e0017c 100644
--- a/template/html/edit_feed.html
+++ b/template/html/edit_feed.html
@@ -58,6 +58,9 @@
-->
<input type="text" name="feed_password" id="form-feed-password" value="{{ .form.Password }}">
+ <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-scraper-rules">{{ t "Scraper Rules" }}</label>
<input type="text" name="scraper_rules" id="form-scraper-rules" value="{{ .form.ScraperRules }}">