From e1ba80b1b7561f50c71d4ec45912eb39f438b511 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 7 Jul 2021 15:29:04 +0200 Subject: Add pages to change your user name and email. --- views/profile.ejs | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'views/profile.ejs') diff --git a/views/profile.ejs b/views/profile.ejs index 7829870..74843f3 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -12,20 +12,19 @@ Your mail address is <%= user.mail %>.
-

-<% +

<% if (open_games.length > 0) { %>

Open Games

-- cgit v1.2.3