Add teachers link to /hoc

This commit is contained in:
Matt Lott 2015-12-01 12:38:54 -08:00
parent 8f7146449b
commit d1a2b0944f

View file

@ -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
@ -55,4 +62,4 @@ block content
li basic syntax to control your character li basic syntax to control your character
li while loops to solve pesky puzzles li while loops to solve pesky puzzles
li strings & variables to customize actions li strings & variables to customize actions
li how to defeat an ogre (important life skills!) li how to defeat an ogre (important life skills!)