Add login link to profile login prompt

This commit is contained in:
Michael Schmatz 2014-07-24 10:16:43 -07:00
parent e0d7392c1f
commit 2120657e5b

View file

@ -3,7 +3,10 @@ extends /templates/base
block content
if !allowedToEditJobProfile && me.get('anonymous') == true
div(class="job-profile-container")
h1#login-message Please login to view this profile.
h1#login-message
|Please
a.auth-button login
| to view this profile.
else
if allowedToEditJobProfile
.profile-control-bar