diff --git a/yaksh/templates/yaksh/editprofile.html b/yaksh/templates/yaksh/editprofile.html
index b4cf037..f04f8fb 100644
--- a/yaksh/templates/yaksh/editprofile.html
+++ b/yaksh/templates/yaksh/editprofile.html
@@ -14,8 +14,8 @@
{{ form.as_table }}
-
-
+
+
{% endblock content %}
diff --git a/yaksh/templates/yaksh/view_profile.html b/yaksh/templates/yaksh/view_profile.html
index 27bc5da..a419d92 100644
--- a/yaksh/templates/yaksh/view_profile.html
+++ b/yaksh/templates/yaksh/view_profile.html
@@ -5,44 +5,46 @@
{% block pagetitle %} Online Test {% endblock %}
{% block css %}
+
{% endblock %}
{% block content %}
-
+
Your Profile Information |
- Firstname: |
+ Firstname: |
{{ user.first_name }} |
- Lastname: |
+ Lastname: |
{{ user.last_name }} |
- Email: |
+ Email: |
{{ user.email }} |
- Institute: |
+ Institute: |
{{ user.profile.institute }} |
- Department: |
+ Department: |
{{ user.profile.department }} |
- Roll Number: |
+ Roll Number: |
{{ user.profile.roll_number }} |
- Position: |
+ Position: |
{{ user.profile.position }} |
+
{% endblock %}
--
cgit
From aac02beb30adf9f160a66b5af84323b87e09326f Mon Sep 17 00:00:00 2001
From: adityacp
Date: Thu, 31 Mar 2016 19:44:15 +0530
Subject: deleted extra password change file
---
yaksh/templates/yaksh/password_changed.html | 15 ---------------
1 file changed, 15 deletions(-)
delete mode 100644 yaksh/templates/yaksh/password_changed.html
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/password_changed.html b/yaksh/templates/yaksh/password_changed.html
deleted file mode 100644
index cce2d53..0000000
--- a/yaksh/templates/yaksh/password_changed.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %} Profile {% endblock %}
-
-{% block pagetitle %} Online Test {% endblock %}
-
-{% block script %}
-
-{% endblock script %}
-{% block content %}
-
Your Password is changed {{ user.first_name }}
-
Redirecting...
-{% endblock content %}
--
cgit
From 9532d2eebbec4aabc32b9b3db027827d25fc1e35 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Fri, 1 Apr 2016 16:15:05 +0530
Subject: view profile template design change
---
yaksh/templates/yaksh/view_profile.html | 40 ++++++++++++++++-----------------
1 file changed, 20 insertions(+), 20 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/view_profile.html b/yaksh/templates/yaksh/view_profile.html
index a419d92..3233510 100644
--- a/yaksh/templates/yaksh/view_profile.html
+++ b/yaksh/templates/yaksh/view_profile.html
@@ -12,39 +12,39 @@
Edit Profile
Back to Home
-
-
+
+
Your Profile Information
+
+
- Your Profile Information |
+ |
+ |
- Firstname: |
- {{ user.first_name }} |
+ |
+ |
- Lastname: |
- {{ user.last_name }} |
+ |
+ |
- Email: |
- {{ user.email }} |
+ |
+ |
- Institute: |
- {{ user.profile.institute }} |
+ |
+ |
- Department: |
- {{ user.profile.department }} |
-
-
- Roll Number: |
- {{ user.profile.roll_number }} |
+ |
+ |
- Position: |
- {{ user.profile.position }} |
+ |
+ |
-
+
+
{% endblock %}
--
cgit
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
From 4334a36d3a329416b4e99f493f5ed5dc8d455123 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Mon, 4 Apr 2016 14:46:40 +0530
Subject: user profile display for moderators changes
---
yaksh/templates/yaksh/course_detail.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/course_detail.html b/yaksh/templates/yaksh/course_detail.html
index 60834e6..0c37375 100644
--- a/yaksh/templates/yaksh/course_detail.html
+++ b/yaksh/templates/yaksh/course_detail.html
@@ -24,7 +24,7 @@
--
cgit
From edfedff384eac5dfbb2258cb1c51399862a5fd36 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Mon, 11 Apr 2016 17:30:10 +0530
Subject: changes in forms.py, views.py, template
---
yaksh/templates/yaksh/course_detail.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/course_detail.html b/yaksh/templates/yaksh/course_detail.html
index 0c37375..c771cc7 100644
--- a/yaksh/templates/yaksh/course_detail.html
+++ b/yaksh/templates/yaksh/course_detail.html
@@ -24,7 +24,8 @@
@@ -46,7 +47,8 @@
@@ -71,7 +73,8 @@
--
cgit
From 975e74ab737cfc5d9c5375931170cdc9ecb75b40 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Mon, 18 Apr 2016 19:09:22 +0530
Subject: changes for profile edit
---
yaksh/templates/manage.html | 4 ++--
yaksh/templates/user.html | 4 ++--
yaksh/templates/yaksh/editprofile.html | 8 +++++---
yaksh/templates/yaksh/view_profile.html | 2 +-
4 files changed, 10 insertions(+), 8 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html
index a10291b..a4564f9 100644
--- a/yaksh/templates/manage.html
+++ b/yaksh/templates/manage.html
@@ -10,7 +10,7 @@
{% endblock %}
-
+
{% block css %}
@@ -30,7 +30,7 @@
Grade User
Monitor
Courses
-
My Profile
+
My Profile
Change Password
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html
index 936601e..4074656 100644
--- a/yaksh/templates/user.html
+++ b/yaksh/templates/user.html
@@ -13,8 +13,8 @@
{% endblock %}
-
-
+
+
{% block css %}
{% endblock %}
diff --git a/yaksh/templates/yaksh/editprofile.html b/yaksh/templates/yaksh/editprofile.html
index f04f8fb..75be563 100644
--- a/yaksh/templates/yaksh/editprofile.html
+++ b/yaksh/templates/yaksh/editprofile.html
@@ -6,8 +6,10 @@
{% block formtitle %} Please fill in the following details {% endblock %}
{% block content %}
-
-
{% endblock content %}
diff --git a/yaksh/templates/yaksh/view_profile.html b/yaksh/templates/yaksh/view_profile.html
index 3233510..69dac5a 100644
--- a/yaksh/templates/yaksh/view_profile.html
+++ b/yaksh/templates/yaksh/view_profile.html
@@ -9,7 +9,7 @@
{% endblock %}
{% block content %}
--
cgit
From ab5d550709322739629fffb7e7a3335ec1a6623c Mon Sep 17 00:00:00 2001
From: adityacp
Date: Thu, 21 Apr 2016 18:52:29 +0530
Subject: final changes in edit profile
---
yaksh/templates/yaksh/editprofile.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/editprofile.html b/yaksh/templates/yaksh/editprofile.html
index 75be563..cdccfc0 100644
--- a/yaksh/templates/yaksh/editprofile.html
+++ b/yaksh/templates/yaksh/editprofile.html
@@ -12,7 +12,7 @@