forked from rDrama/rDrama
1
0
Fork 0

minor cosmetic fix

master
Aevann 2023-07-27 03:27:03 +03:00
parent 53d4b3b370
commit abd11a8db7
1 changed files with 1 additions and 1 deletions

View File

@ -146,8 +146,8 @@
<textarea autocomplete="off" class="form-control rounded" id="filters-text"
placeholder="Add your own custom content filters."
rows="3" name="filters" form="custom-filter" maxlength="1000">{% if v.custom_filter_list %}{{v.custom_filter_list}}{% endif %}</textarea>
<small>Use a new line for each filter entry. Limit of 1000 characters.</small>
<div class="d-flex">
<small>Use a new line for each filter entry. Limit of 1000 characters.</small>
<input autocomplete="off" class="btn btn-primary ml-auto" id="bioSave" type="submit" value="Save Changes">
</div>
</form>