{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %} $(document).ready(function(){ $("#free_Q").change(function(){ if $("#Q_quiz").show(); }); }) {% next_button %} {% endblock %}