1👍
✅
Your problem is the ending %>
{% url 'create_placement' organization.id %>
should be
{% url 'create_placement' organization.id %}
Source:stackexchange.com