diff options
author | Frédéric Guillot <fred@miniflux.net> | 2017-12-10 20:51:04 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2017-12-10 20:51:04 -0800 |
commit | 87ccad5c7f1edf8bce37af547ca1659326398fa8 (patch) | |
tree | 4998a78ac68b1c2c03e6152d26567928cdf042ec /server/template/html | |
parent | 7a35c58f53d76356292e3e0ca9c91add3595a9e0 (diff) |
Add scraper rules
Diffstat (limited to 'server/template/html')
-rw-r--r-- | server/template/html/edit_feed.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/template/html/edit_feed.html b/server/template/html/edit_feed.html index fac2a9b..0495092 100644 --- a/server/template/html/edit_feed.html +++ b/server/template/html/edit_feed.html @@ -45,6 +45,9 @@ <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-scraper-rules">{{ t "Scraper Rules" }}</label> + <input type="text" name="scraper_rules" id="form-scraper-rules" value="{{ .form.ScraperRules }}"> + <label for="form-category">{{ t "Category" }}</label> <select id="form-category" name="category_id"> {{ range .categories }} |