diff options
Diffstat (limited to 'qtip/web/templates/bench/run.html')
-rw-r--r-- | qtip/web/templates/bench/run.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/qtip/web/templates/bench/run.html b/qtip/web/templates/bench/run.html deleted file mode 100644 index eabd2ea6..00000000 --- a/qtip/web/templates/bench/run.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends 'bench/base.html' %} -{% block content %} - <div class="card"> - <div class="header"> - <h2>Run</h2> - </div> - <form role="form" method="post" action="">{% csrf_token %} - {{ form }} - <div class=input-field"> - <button class="btn" type="submit" value="Login"/>Submit</button> - </div> - </form> - </div> -{% endblock %}
\ No newline at end of file |