mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
Don't display sing-in link to connected users
This commit is contained in:
parent
9b9d21030b
commit
17a2118b38
1 changed files with 3 additions and 2 deletions
|
|
@ -40,5 +40,6 @@ template(name="notFound")
|
|||
template(name="message")
|
||||
.big-message.quiet(class=color)
|
||||
h1 {{_ label}}
|
||||
with(pathFor route='atSignIn')
|
||||
p {{{_ 'page-maybe-private' this}}}
|
||||
unless currentUser
|
||||
with(pathFor route='atSignIn')
|
||||
p {{{_ 'page-maybe-private' this}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue