diff options
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index bbd6850..4917961 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -1,5 +1,5 @@ <h1>Account</h1> -% my $acc = get_user_data(); +% my $acc = current_user(); <div class="row"> <div class="col s12"> <table class="striped"> |