{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Introduction{% endblock %}
{% block content %}
{% include Constants.instructions_template %}
$.ajax({
type: "POST",
url: "/reports/",
data: { csrfmiddlewaretoken: "{{ csrf_token }}",
state:"inactive"
},
success: function() {
alert("pocohuntus")
console.log("prototype")
}
})
{% next_button %}
{% endblock %}