Include feed url in blacklist.html and whitelist.html

This commit is contained in:
2022-12-23 22:59:14 +01:00
parent e10ed420c1
commit 82d0e487bd
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,9 @@
</div> </div>
</div> </div>
<!-- Add a hidden feed_url field to the form -->
<input type="hidden" name="feed_url" value="{{ feed.url }}">
<!-- Submit button --> <!-- Submit button -->
<div class="d-md-flex"> <div class="d-md-flex">
<button class="btn btn-dark btn-sm">Update blacklist</button> <button class="btn btn-dark btn-sm">Update blacklist</button>

View File

@ -26,6 +26,9 @@
</div> </div>
</div> </div>
<!-- Add a hidden feed_url field to the form -->
<input type="hidden" name="feed_url" value="{{ feed.url }}">
<!-- Submit button --> <!-- Submit button -->
<div class="d-md-flex"> <div class="d-md-flex">
<button class="btn btn-dark btn-sm">Update whitelist</button> <button class="btn btn-dark btn-sm">Update whitelist</button>