{% extends "base/dashboard.html" %} {% block stylesheets %} {% endblock %} {% block body %}

Development Mode Tools

You can update your experiment code while the experiment is running; if you refresh the browser, you should be able to see your changes.

Note: Certain files (in particular, JS scripts) are cached by the browser, and so might not be updated by an ordinary refresh. In such cases you may need to force the browser to do a non-cached refresh. The shortcut for this is typically Cmd-Shift-R (Mac) or Ctrl-Shift-R (Linux, Windows).

{% if mode == "debug" %} {% endif %}

Messages


    
{% endblock %} {% block scripts %} {% endblock %}