Autocomplete
This commit is contained in:
parent
db218a2783
commit
c053235996
7 changed files with 62 additions and 8 deletions
|
|
@ -35,3 +35,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
|||
<input type="submit" value="{% trans 'Transfer' %}">
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
{% block extracss %}
|
||||
{{ form.media }}
|
||||
{% endblock extracss %}
|
||||
|
|
|
|||
|
|
@ -9,3 +9,7 @@
|
|||
<button class="btn btn-primary" type="submit">Submit</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
{% block extracss %}
|
||||
{{ form.media }}
|
||||
{% endblock extracss %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue