fix failraptor.png for guests. derp.
This commit is contained in:
parent
6ac88f4018
commit
532fadabb4
1 changed files with 5 additions and 3 deletions
|
@ -32,9 +32,11 @@
|
|||
</nav>
|
||||
|
||||
<div class="container">
|
||||
% my $acc = get_user_data();
|
||||
% if ($acc and $acc->{deletion_requested}) {
|
||||
%= include '_deletion_note', timestamp => $acc->{deletion_requested}
|
||||
% if (is_user_authenticated()) {
|
||||
% my $acc = get_user_data();
|
||||
% if ($acc and $acc->{deletion_requested}) {
|
||||
%= include '_deletion_note', timestamp => $acc->{deletion_requested}
|
||||
% }
|
||||
% }
|
||||
%= content
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue