fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
workshop button
[prawokultury.git]
/
prawokultury
/
templates
/
contact
/
register
/
form.html
diff --git
a/prawokultury/templates/contact/register/form.html
b/prawokultury/templates/contact/register/form.html
index
8bb88ca
..
c58cec5
100644
(file)
--- a/
prawokultury/templates/contact/register/form.html
+++ b/
prawokultury/templates/contact/register/form.html
@@
-45,6
+45,12
@@
{% endif %}
{% endif %}
{% 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 %}
{% endblock %}