From 0ce74e5d0cc2d573a1d7c69315dd00830f971712 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 3 Dec 2021 13:41:52 +0100 Subject: Remove flash and redirect session data. --- views/join.pug | 4 ---- 1 file changed, 4 deletions(-) (limited to 'views/join.pug') diff --git a/views/join.pug b/views/join.pug index 8a04ad6..101afdf 100644 --- a/views/join.pug +++ b/views/join.pug @@ -21,10 +21,6 @@ html include header article h1= game.title_name - if flash - p.error#error= flash - else - p.error#error a(href="/info/"+game.title_id): img.logo(src="/"+game.title_id+"/cover.jpg") -- cgit v1.2.3