|
|
@ -52,7 +52,8 @@
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
|
|
window.onload = function() {
|
|
|
|
{% for op in funded_ops %}
|
|
|
|
{% for op in funded_ops %}
|
|
|
|
fetch('/api/info/{{ op.codename }}')
|
|
|
|
fetch('/api/info/{{ op.codename }}')
|
|
|
|
.then((resp) => resp.json())
|
|
|
|
.then((resp) => resp.json())
|
|
|
@ -68,6 +69,7 @@
|
|
|
|
s.innerHTML = html
|
|
|
|
s.innerHTML = html
|
|
|
|
})
|
|
|
|
})
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
{% include 'includes/footer.html' %}
|
|
|
|
{% include 'includes/footer.html' %}
|
|
|
|