summaryrefslogtreecommitdiff
path: root/templates/userpage.hamlet
diff options
context:
space:
mode:
Diffstat (limited to 'templates/userpage.hamlet')
-rw-r--r--templates/userpage.hamlet7
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}