Include feed url in blacklist.html and whitelist.html
This commit is contained in:
@ -27,6 +27,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Add a hidden feed_url field to the form -->
|
||||
<input type="hidden" name="feed_url" value="{{ feed.url }}">
|
||||
|
||||
<!-- Submit button -->
|
||||
<div class="d-md-flex">
|
||||
<button class="btn btn-dark btn-sm">Update blacklist</button>
|
||||
|
@ -26,6 +26,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Add a hidden feed_url field to the form -->
|
||||
<input type="hidden" name="feed_url" value="{{ feed.url }}">
|
||||
|
||||
<!-- Submit button -->
|
||||
<div class="d-md-flex">
|
||||
<button class="btn btn-dark btn-sm">Update whitelist</button>
|
||||
|
Reference in New Issue
Block a user