diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/userpage.hamlet | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/userpage.hamlet b/templates/userpage.hamlet index bacd299..8a9336a 100644 --- a/templates/userpage.hamlet +++ b/templates/userpage.hamlet @@ -15,8 +15,13 @@ $forall Entity _ emp <- employments $else , full-time +$if isAssistant + <p> + ASSISTANT +$else + -$if isThisUser +$if isThisUser || isAssistant <p> <form method=post action=@{UserR cid}#form enctype=#{formEnctype}> ^{formWidget} |