Fix error on FAQ when logged out
This commit is contained in:
parent
f27b41a214
commit
20d9bf7768
|
@ -378,7 +378,7 @@
|
|||
<a href="/photo/private">granted access</a> to see your
|
||||
private photos.
|
||||
</li>
|
||||
{{if .CurrentUser.IsInnerCircle}}
|
||||
{{if and .LoggedIn .CurrentUser.IsInnerCircle}}
|
||||
<li>
|
||||
<strong>{{PrettyCircle}}</strong>
|
||||
<img src="/static/img/circle-24.png" width="16" height="16">:
|
||||
|
|
Loading…
Reference in New Issue
Block a user