aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/edit_feed.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-06-19 22:58:29 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-06-19 22:58:29 -0700
commitbddca15b69692bd055c507f2469e68dca1e56098 (patch)
tree913989e170cc3ac46558c682f8ec10813a0ae3c5 /template/html/edit_feed.html
parent261695c14c2d768f392cfb774e7940660edaa3d9 (diff)
Add new fields for feed username/password
Diffstat (limited to 'template/html/edit_feed.html')
-rw-r--r--template/html/edit_feed.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/html/edit_feed.html b/template/html/edit_feed.html
index e5bb60a..704472b 100644
--- a/template/html/edit_feed.html
+++ b/template/html/edit_feed.html
@@ -45,6 +45,12 @@
<label for="form-feed-url">{{ t "Feed URL" }}</label>
<input type="url" name="feed_url" id="form-feed-url" placeholder="https://domain.tld/" value="{{ .form.FeedURL }}" required>
+ <label for="form-username">{{ t "Feed Username" }}</label>
+ <input type="text" name="username" id="form-username" value="{{ .form.Username }}">
+
+ <label for="form-password">{{ t "Feed Password" }}</label>
+ <input type="password" name="password" id="form-password" value="{{ .form.Password }}">
+
<label for="form-scraper-rules">{{ t "Scraper Rules" }}</label>
<input type="text" name="scraper_rules" id="form-scraper-rules" value="{{ .form.ScraperRules }}">