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
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!
#main-content