summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authoradityacp2016-04-28 12:22:30 +0530
committeradityacp2016-04-28 12:22:30 +0530
commit3438ca95172897b594c216967d51cf5771d75f73 (patch)
tree29567883d637b65deabcfb3a858730d8d1c97f99 /yaksh/templates
parent6b09383890b8367628124a854810326d7bbac7c4 (diff)
downloadonline_test-3438ca95172897b594c216967d51cf5771d75f73.tar.gz
online_test-3438ca95172897b594c216967d51cf5771d75f73.tar.bz2
online_test-3438ca95172897b594c216967d51cf5771d75f73.zip
further commented changes
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/addteacher.html2
-rw-r--r--yaksh/templates/yaksh/courses.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/addteacher.html b/yaksh/templates/yaksh/addteacher.html
index 790c06c..6bb5c9a 100644
--- a/yaksh/templates/yaksh/addteacher.html
+++ b/yaksh/templates/yaksh/addteacher.html
@@ -50,7 +50,7 @@
{% endif %}
{% endfor %}
</table>
- <button class="btn" type="submit">Add</button>
+ <button class="btn" type="submit">Add Selected</button>
{% endif %}
{% endif %}
</form>
diff --git a/yaksh/templates/yaksh/courses.html b/yaksh/templates/yaksh/courses.html
index 43a9535..06c848c 100644
--- a/yaksh/templates/yaksh/courses.html
+++ b/yaksh/templates/yaksh/courses.html
@@ -9,7 +9,7 @@
{% endblock %}
{% block manage %}
-<a href="{{URL_ROOT}}/exam/manage/viewcourse/">View Allotted Courses</a><br>
+<a href="{{URL_ROOT}}/exam/manage/allotted_course/">View Allotted Courses</a><br>
{% if not courses %}
<center><h4> No new Courses added </h4></center>
{% else %}