diff options
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/addteacher.html | 2 | ||||
-rw-r--r-- | yaksh/templates/yaksh/courses.html | 2 |
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 %} |