travel grant fields in registration (germany only)
[prawokultury.git] / prawokultury / templates / contact / register / form.html
index 8bb88ca..c58cec5 100644 (file)
   {% endif %}
 {% endif %}
 
-<script type="text/javascript" src="/static/js/prefill.js"></script>
+<script type="text/javascript">
+    var travelGrantCountries = [
+    {% for country in form.travel_grant_countries %}
+        '{{ country }}'{% if not forloop.last %},{% endif %}
+    {% endfor %}
+    ];
+</script>
 
 {% endblock %}