diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-03 13:41:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-04 02:31:35 +0100 |
commit | 0ce74e5d0cc2d573a1d7c69315dd00830f971712 (patch) | |
tree | f37551720da3d28b8453ab7df7d8e78677b73ffb /views/join.pug | |
parent | f52fe1a99f4b92b39b5f2e4aa95c404af391682d (diff) | |
download | server-0ce74e5d0cc2d573a1d7c69315dd00830f971712.tar.gz |
Remove flash and redirect session data.
Diffstat (limited to 'views/join.pug')
-rw-r--r-- | views/join.pug | 4 |
1 files changed, 0 insertions, 4 deletions
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") |