summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt1
-rw-r--r--yaksh/templates/yaksh/add_course.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ab9e4b2..d3c6b37 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -12,6 +12,7 @@
* Fixed a bug that did not allow expected input in Standard I/O type question to be none.
* UI changes in grade user, view answerpaper and monitor pages.
* Fixed a bug that would require shebang to be put in for Bash assertion based questions.
+* Added a Datetime Picker to Add Course Page
=== 0.6.0 (11-05-2017) ===
diff --git a/yaksh/templates/yaksh/add_course.html b/yaksh/templates/yaksh/add_course.html
index 658e2ff..27b3a8a 100644
--- a/yaksh/templates/yaksh/add_course.html
+++ b/yaksh/templates/yaksh/add_course.html
@@ -26,7 +26,7 @@
</script>
</center>
- <center><button class="btn btn-default" type="submit" id="submit" name="questionpaper">Add Course</button>
+ <center><button class="btn btn-default" type="submit" id="submit" name="questionpaper">Save </button>
<button class="btn btn-default" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/");'>Cancel</button> </center>
</form>
{% endblock %}