Fix blacklist.html not having title prefilled

This commit is contained in:
2023-01-16 21:41:36 +01:00
parent 44bf5e12bf
commit 31a71433ae

View File

@ -32,7 +32,7 @@
</div> </div>
<label for="blacklist_title" class="col-sm-6 col-form-label">Blacklist - Title</label> <label for="blacklist_title" class="col-sm-6 col-form-label">Blacklist - Title</label>
<input name="blacklist_title" type="text" class="form-control bg-dark border-dark text-muted" <input name="blacklist_title" type="text" class="form-control bg-dark border-dark text-muted"
id="blacklist_title" value="{% if whitelist_title %}{{ whitelist_title }}{% endif %}"> id="blacklist_title" value="{% if blacklist_title %}{{ blacklist_title }}{% endif %}">
<label for="blacklist_summary" class="col-sm-6 col-form-label">Blacklist - Summary</label> <label for="blacklist_summary" class="col-sm-6 col-form-label">Blacklist - Summary</label>
<input name="blacklist_summary" type="text" class="form-control bg-dark border-dark text-muted" <input name="blacklist_summary" type="text" class="form-control bg-dark border-dark text-muted"