Include feed url in blacklist.html and whitelist.html
This commit is contained in:
parent
e10ed420c1
commit
82d0e487bd
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue