Add form media to each page
This commit is contained in:
parent
c053235996
commit
7bafc89713
3 changed files with 6 additions and 8 deletions
|
|
@ -35,7 +35,3 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
|||
<input type="submit" value="{% trans 'Transfer' %}">
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
{% block extracss %}
|
||||
{{ form.media }}
|
||||
{% endblock extracss %}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,3 @@
|
|||
<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