Skip to content
Snippets Groups Projects
Unverified Commit 0b9e074f authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1813 from...

Merge pull request #1813 from OpenTechFund/fix/load_css_js_for_addresswidget_for_application_projects

Load the needed css and js for the address field widget so it behaves…
parents 89c26a18 63b2e0d6
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,11 @@
</div>
</div>
{% endblock %}
{% block extra_css %}
{{ form.media.css }}
{% endblock %}
{% block extra_js %}
{{ form.media.js }}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment