Add form.media to base_form.html
This commit is contained in:
parent
2a03ed8b9a
commit
faeef79053
|
@ -29,3 +29,7 @@
|
|||
</ul>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_js %}
|
||||
{{ form.media }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue