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