From 5853f4d7653f98e8956a58b29d3b3759f4dedec6 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Mon, 4 Apr 2016 12:47:34 +0530
Subject: design css and html changes
---
yaksh/templates/user.html | 10 +++++-----
yaksh/templates/yaksh/course_detail.html | 2 +-
yaksh/templates/yaksh/login.html | 2 +-
yaksh/templates/yaksh/question.html | 8 +++-----
4 files changed, 10 insertions(+), 12 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html
index b3931cf..936601e 100644
--- a/yaksh/templates/user.html
+++ b/yaksh/templates/user.html
@@ -28,11 +28,11 @@
Online Test
+
Quizzes
+
Results
+
My Profile
+
Change Password
+
diff --git a/yaksh/templates/yaksh/course_detail.html b/yaksh/templates/yaksh/course_detail.html
index dbb7b73..60834e6 100644
--- a/yaksh/templates/yaksh/course_detail.html
+++ b/yaksh/templates/yaksh/course_detail.html
@@ -24,7 +24,7 @@
diff --git a/yaksh/templates/yaksh/login.html b/yaksh/templates/yaksh/login.html
index d679748..dfeac1e 100644
--- a/yaksh/templates/yaksh/login.html
+++ b/yaksh/templates/yaksh/login.html
@@ -14,7 +14,7 @@
-
+
Forgot Password?
New User? Sign-Up
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html
index 1fb70b8..e542fe9 100644
--- a/yaksh/templates/yaksh/question.html
+++ b/yaksh/templates/yaksh/question.html
@@ -116,11 +116,9 @@ function call_skip(url)
Online Test
-
-
-
You have {{ paper.questions_left }} question(s) left in {{ paper.question_paper.quiz.description }}
+
+
+
You have {{ paper.questions_left }} question(s) left in {{ paper.question_paper.quiz.description }}
--
cgit