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.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/html/add_subscription.html b/template/html/add_subscription.html
index 4a6fe7d..c3e8076 100644
--- a/template/html/add_subscription.html
+++ b/template/html/add_subscription.html
@@ -56,6 +56,12 @@
- Using a different input name doesn't change anything
-->
<input type="text" name="feed_password" id="form-feed-password" value="{{ .form.Password }}">
+
+ <label for="form-scraper-rules">{{ t "form.feed.label.scraper_rules" }}</label>
+ <input type="text" name="scraper_rules" id="form-scraper-rules" value="{{ .form.ScraperRules }}">
+
+ <label for="form-rewrite-rules">{{ t "form.feed.label.rewrite_rules" }}</label>
+ <input type="text" name="rewrite_rules" id="form-rewrite-rules" value="{{ .form.RewriteRules }}">
</div>
</details>