Add teachers link to /hoc
This commit is contained in:
parent
8f7146449b
commit
d1a2b0944f
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
extends /templates/base
|
extends /templates/base
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
.pull-right
|
||||||
|
if me.isAnonymous()
|
||||||
|
a(href="/teachers") Teachers, click here!
|
||||||
|
else
|
||||||
|
a(href="/courses/teachers") Teachers, click here!
|
||||||
|
br
|
||||||
|
|
||||||
h1.text-center Adventurers, welcome to our Hour of Code!
|
h1.text-center Adventurers, welcome to our Hour of Code!
|
||||||
|
|
||||||
#main-content
|
#main-content
|
||||||
|
|
Reference in a new issue