You can now filter the author

This commit is contained in:
2023-01-30 01:21:16 +01:00
parent 10e335e6e2
commit 9a90385fae
7 changed files with 77 additions and 19 deletions

View File

@ -46,15 +46,22 @@
value="{% if blacklist_summary %}
{{- blacklist_summary -}}
{% endif %}"/>
<label for="blacklist_content" class="col-sm-6 col-form-label">Blacklist - Content (Not implemented yet)</label>
<label for="blacklist_content" class="col-sm-6 col-form-label">Blacklist - Content</label>
<input name="blacklist_content"
type="text"
class="form-control bg-dark border-dark text-muted"
id="blacklist_content"
value="{% if blacklist_content %}
{{- blacklist_content -}}
{% endif %}"
disabled/>
{% endif %}"/>
<label for="blacklist_author" class="col-sm-6 col-form-label">Blacklist - Author</label>
<input name="blacklist_author"
type="text"
class="form-control bg-dark border-dark text-muted"
id="blacklist_author"
value="{% if blacklist_author %}
{{- blacklist_author -}}
{% endif %}"/>
</div>
</div>
<!-- Add a hidden feed_url field to the form -->

View File

@ -46,15 +46,22 @@
value="{% if whitelist_summary %}
{{- whitelist_summary -}}
{% endif %}"/>
<label for="whitelist_content" class="col-sm-6 col-form-label">Whitelist - Content (Not implemented yet)</label>
<label for="whitelist_content" class="col-sm-6 col-form-label">Whitelist - Content</label>
<input name="whitelist_content"
type="text"
class="form-control bg-dark border-dark text-muted"
id="whitelist_content"
value="{% if whitelist_content %}
{{- whitelist_content -}}
{% endif %}"
disabled/>
{% endif %}"/>
<label for="whitelist_author" class="col-sm-6 col-form-label">Whitelist - Author</label>
<input name="whitelist_author"
type="text"
class="form-control bg-dark border-dark text-muted"
id="whitelist_author"
value="{% if whitelist_author %}
{{- whitelist_author -}}
{% endif %}"/>
</div>
</div>
<!-- Add a hidden feed_url field to the form -->