From 4fc13eea1b9400f5c66d8c26cdcc58bcfe057dfb Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Tue, 21 Mar 2017 17:17:42 +0530 Subject: Minor UI modifications: - Remove text located near 'Add Course' and 'Add Demo' buttons, buttons are - Change text of prompt that triggers help text --- yaksh/templates/yaksh/moderator_dashboard.html | 32 ++++++++++++++------------ 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'yaksh') diff --git a/yaksh/templates/yaksh/moderator_dashboard.html b/yaksh/templates/yaksh/moderator_dashboard.html index 64167f8..0468ed9 100644 --- a/yaksh/templates/yaksh/moderator_dashboard.html +++ b/yaksh/templates/yaksh/moderator_dashboard.html @@ -32,24 +32,26 @@
-
Click on the button given below to add a new course.
- -
Click on the button to Create a Demo course.
- - - Help + + Add New Course + + + Create Demo Course + + + What's This +
- -

+
{% if msg %} -

{{ msg }}

+

{{ msg }}

{% endif %}
{% if trial_paper %} -- cgit