diff options
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/download_course_templates/index.html (renamed from yaksh/templates/yaksh/index.html) | 2 | ||||
-rw-r--r-- | yaksh/templates/yaksh/download_course_templates/module.html (renamed from yaksh/templates/yaksh/module.html) | 2 | ||||
-rw-r--r-- | yaksh/templates/yaksh/download_course_templates/quiz.html (renamed from yaksh/templates/yaksh/quiz.html) | 2 | ||||
-rw-r--r-- | yaksh/templates/yaksh/download_course_templates/unit.html (renamed from yaksh/templates/yaksh/unit.html) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/yaksh/templates/yaksh/index.html b/yaksh/templates/yaksh/download_course_templates/index.html index 90a05fe..4b76e85 100644 --- a/yaksh/templates/yaksh/index.html +++ b/yaksh/templates/yaksh/download_course_templates/index.html @@ -12,7 +12,7 @@ <nav class="navbar bg-dark navbar-dark"> <div class="container-fluid"> <div class="navbar-header"> - <a class="navbar-brand" href="#"> + <a class="navbar-brand" href="../../index.html"> <img src="static/images/yaksh_banner.png" alt="YAKSH"> </img> </a> diff --git a/yaksh/templates/yaksh/module.html b/yaksh/templates/yaksh/download_course_templates/module.html index b062159..039eac2 100644 --- a/yaksh/templates/yaksh/module.html +++ b/yaksh/templates/yaksh/download_course_templates/module.html @@ -11,7 +11,7 @@ <nav class="navbar bg-dark navbar-dark"> <div class="container-fluid"> <div class="navbar-header"> - <a class="navbar-brand" href="#"> + <a class="navbar-brand" href="../../index.html"> <img src="../static/images/yaksh_banner.png" alt="YAKSH"> </img> </a> diff --git a/yaksh/templates/yaksh/quiz.html b/yaksh/templates/yaksh/download_course_templates/quiz.html index 156a2b1..48bc12e 100644 --- a/yaksh/templates/yaksh/quiz.html +++ b/yaksh/templates/yaksh/download_course_templates/quiz.html @@ -14,7 +14,7 @@ <nav class="navbar bg-dark navbar-dark fixed-top"> <div class="container-fluid"> <div class="navbar-header"> - <a class="navbar-brand" href="#"> + <a class="navbar-brand" href="../../index.html"> <img src="../../static/images/yaksh_banner.png" alt="YAKSH"> </img> </a> diff --git a/yaksh/templates/yaksh/unit.html b/yaksh/templates/yaksh/download_course_templates/unit.html index 45092a6..7e618c7 100644 --- a/yaksh/templates/yaksh/unit.html +++ b/yaksh/templates/yaksh/download_course_templates/unit.html @@ -14,7 +14,7 @@ <nav class="navbar bg-dark navbar-dark fixed-top"> <div class="container-fluid"> <div class="navbar-header"> - <a class="navbar-brand" href="#"> + <a class="navbar-brand" href="../../index.html"> <img src="../../static/images/yaksh_banner.png" alt="YAKSH"> </img> </a> |