From 8adca327fd976b117ccfa4d69903ee24e4f9bca4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 4 Mar 2019 18:17:03 +0100 Subject: prepare DB schema for public registration --- templates/account.html.ep | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/account.html.ep b/templates/account.html.ep index e734ee0..9c3a435 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -1,17 +1,18 @@

Account

+% my $acc = get_user_data();
- + - + - +
Name<%= get_user_name() %><%= $acc->{name} %>
Mailfnord@example.org<%= $acc->{email} %>
Registriert am01.01.1970 00:00<%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %>
-- cgit v1.2.3