From c067ad85ff8d51296d632a008d56091422fe9b91 Mon Sep 17 00:00:00 2001
From: Shelsy
Date: Thu, 5 Jul 2018 18:35:26 +0530
Subject: Change templates with new UI
---
yaksh/templates/base.html | 55 ++++++++++++++++++++++++++---------------------
1 file changed, 31 insertions(+), 24 deletions(-)
(limited to 'yaksh/templates/base.html')
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index 08c4f70..7570b05 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -14,11 +14,13 @@
+
+
+
+
+
-
-
-
@@ -30,40 +32,45 @@
{% block css %}
{% endblock %}
-
-
+
+
+
+
+
+
+
+
+
{% block script %}
{% endblock %}
+
-
+
+
+ Checking...
+
+
+
+
{% block nav %}
{% endblock %}
-
+
- {% block content %}
- {% endblock %}
-
-
-
-
-
+
+
+ {% block footer %}
+ {% endblock %}
--
cgit
From f5effc2db11d6e1e9064bc0dde1628b3018239f6 Mon Sep 17 00:00:00 2001
From: Shelsy
Date: Thu, 5 Jul 2018 20:02:07 +0530
Subject: Remove unnecessary html blocks, add popper.js link, fix error message
in templates
---
yaksh/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'yaksh/templates/base.html')
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index 7570b05..7eee656 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -33,7 +33,7 @@
{% block css %}
{% endblock %}
-
+
--
cgit
From 9fb9fd3d5afc257cb9c2f6e15b5a3f96b2ec8d51 Mon Sep 17 00:00:00 2001
From: ankitjavalkar
Date: Fri, 12 Oct 2018 15:24:44 +0530
Subject: Make changes as per PR review
---
yaksh/templates/base.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
(limited to 'yaksh/templates/base.html')
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index 7eee656..2842c8b 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -14,8 +14,6 @@
-
-
@@ -33,9 +31,9 @@
{% block css %}
{% endblock %}
-
-
+
+
--
cgit