{{ form.media.css }}

Django Crowdsourced Fields - Test View

This view should help you to test JavaScript related parts of this app.

{% csrf_token %} {{ form.as_p }}
{% for object in objects %}

[{{ object.pk }}] {{ object.title_crowdsourced }}{{ object.name }} {{ object.country_crowdsourced }}

{% endfor %} {{ form.media.js }}