From 2364c5886b6e4fa34355d0e300ebd9aae0ba8ffc Mon Sep 17 00:00:00 2001 From: akhilbatra898 Date: Tue, 8 Aug 2017 23:09:51 +0530 Subject: Add basic ui - Repos Listing - Creation and updation - Running Benchmarking - Listed and detailed view of logs - Add django management command to import frontend dependencies Change-Id: If6f7dbc1fc18b022d9dda7a76f76dfee1c110450 Signed-off-by: akhilbatra898 --- qtip/web/templates/registration/login.html | 104 ++++++++++++++++++++++++----- 1 file changed, 88 insertions(+), 16 deletions(-) (limited to 'qtip/web/templates/registration/login.html') diff --git a/qtip/web/templates/registration/login.html b/qtip/web/templates/registration/login.html index 53da9376..1e15b90b 100644 --- a/qtip/web/templates/registration/login.html +++ b/qtip/web/templates/registration/login.html @@ -1,18 +1,90 @@ - - - - QTIP Benchmarking Services - - - {% block content %} -
{% csrf_token %} - {{ form }} -
- - + + + + + Sign In | Bootstrap Based Admin Template - Material Design + + + + + + + + + + + + + + + + + + + + + + + {% endblock %} + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg