diff options
author | Clint Adams <clint@softwarefreedom.org> | 2014-04-01 17:01:44 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2014-04-01 17:01:44 -0400 |
commit | 180768dff27e4f31d1f66429b33feec75630b798 (patch) | |
tree | 4618dbc1be123cf149742271ccdd35f1c36f6d7e /templates | |
parent | 9722abe7144d4a32e7a44653426081380d65685e (diff) |
half-baked Personal Assistant feature
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} |