{% extends "distributed/base_teach.html" %} {% load i18n %} {% load staticfiles %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block headjs %}{{ block.super }} {% if settings.AUTO_LOAD_TEST %}{# TODO(bcipolli): eliminate this, make the load testing app inherit from / override this page #} {% endif %} {% if not request.has_superuser %} {% endif %} {% endblock headjs %} {% block content %} {% block subnavbar %}{{block.super}}{% endblock subnavbar %}
{% endblock content %}