Skip to content

Commit

Permalink
apply: add missing JS for address autocomplete in accept step
Browse files Browse the repository at this point in the history
just like in itou/templates/apply/submit/hire_confirmation.html
  • Loading branch information
xavfernandez committed Apr 16, 2024
1 parent 090a11b commit 8e65d3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions itou/templates/apply/process_accept.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
});
});
</script>
{% if form_user_address %}
{% comment %} Needed for the AddressAutocompleteWidget {% endcomment %}
{{ form_user_address.media.js }}
{% endif %}
{% endblock %}

0 comments on commit 8e65d3b

Please sign in to comment.