From 0fd661ea6bae299b69e65f90966304012eb794d2 Mon Sep 17 00:00:00 2001 From: akhilbatra898 Date: Sat, 15 Jul 2017 09:44:23 +0530 Subject: Add Authentication and Basic CRUD for Repos - Map urls to the CRUD views - Add html templates for the views - Set authentication settings Change-Id: Ifcfe39a8341d44376e322d195e995fcaa1716d7d Signed-off-by: akhilbatra898 --- qtip/web/templates/bench/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qtip/web/templates/bench/base.html (limited to 'qtip/web/templates/bench/base.html') diff --git a/qtip/web/templates/bench/base.html b/qtip/web/templates/bench/base.html new file mode 100644 index 00000000..f0d3610e --- /dev/null +++ b/qtip/web/templates/bench/base.html @@ -0,0 +1,10 @@ + + + + QTIP Benchmarking Services + + + {% block content %} + {% endblock %} + + \ No newline at end of file -- cgit 1.2.3-korg