aboutsummaryrefslogtreecommitdiff
path: root/testmanager/testrunner/templates/testrunner/base.html
blob: 0b69b0cfed50fa79c2c4cf7865f1d2e174c3fcdc (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}

{% block js_include %}
  {{ block.super }}

  <script type="text/javascript" src="{{ STATIC_URL }}testrunner/main.js"></script>
{% endblock %}


{% block maincontent %}
{% endblock %}