Include feed url in blacklist.html and whitelist.html
This commit is contained in:
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user