From 2d62359adf671d5a75201a2314825039adc7291a Mon Sep 17 00:00:00 2001
From: adityacp
Date: Mon, 15 May 2017 15:03:21 +0530
Subject: Change course.js and course_detail.html - Allow moderator to send
emails to students enrollded in a course - Add validations to check email
data in course.js
---
yaksh/templates/yaksh/course_detail.html | 59 +++++++++++++++++++++++++-------
1 file changed, 47 insertions(+), 12 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/course_detail.html b/yaksh/templates/yaksh/course_detail.html
index cd4144f..2cbdf8b 100644
--- a/yaksh/templates/yaksh/course_detail.html
+++ b/yaksh/templates/yaksh/course_detail.html
@@ -6,6 +6,14 @@
{% block script %}
+
+
+{% endblock %}
+{% block css %}
+
+
+
+
{% endblock %}
{% block content %}
@@ -29,11 +37,20 @@