Import Limit Bugfix and lint
This commit is contained in:
parent
6d1de44c48
commit
5200ea585a
3 changed files with 5 additions and 2 deletions
|
@ -76,9 +76,9 @@
|
|||
</div>
|
||||
<div class="align.to-t">
|
||||
<label for="limit">Set import limit to</label>
|
||||
<input name="limit" class="input is-w-xs is-h-em" type="text" placeholder="0" value={{ import_size_limit }}>
|
||||
<input name="limit" class="input is-w-xs is-h-em" type="text" placeholder="0" value="{{ import_size_limit }}">
|
||||
<label for="reset">books every</label>
|
||||
<input name="reset" class="input is-w-xs is-h-em" type="text" placeholder="0" value={{ import_limit_reset }}>
|
||||
<input name="reset" class="input is-w-xs is-h-em" type="text" placeholder="0" value="{{ import_limit_reset }}">
|
||||
<label>days.</label>
|
||||
{% csrf_token %}
|
||||
<div class="control">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue