Update /courses teacher link
Go to /courses/teachers instead of /teachers
This commit is contained in:
parent
6de5a6b773
commit
97114e6fe3
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@ extends /templates/base
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.pull-right
|
.pull-right
|
||||||
a(href="/teachers") Teachers, click here!
|
a(href="/courses/teachers") Teachers, click here!
|
||||||
|
br
|
||||||
|
|
||||||
#main-content
|
#main-content
|
||||||
if me.isAnonymous()
|
if me.isAnonymous()
|
||||||
|
@ -158,4 +159,4 @@ mixin course-instance-body(courseInstance)
|
||||||
.progress
|
.progress
|
||||||
.progress-bar(style="width:"+stats.levels.pctDone)= stats.levels.pctDone
|
.progress-bar(style="width:"+stats.levels.pctDone)= stats.levels.pctDone
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue