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/index.pug | |
parent | f52fe1a99f4b92b39b5f2e4aa95c404af391682d (diff) | |
download | server-0ce74e5d0cc2d573a1d7c69315dd00830f971712.tar.gz |
Remove flash and redirect session data.
Diffstat (limited to 'views/index.pug')
-rw-r--r-- | views/index.pug | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/index.pug b/views/index.pug index db6fcdc..ab5cdc9 100644 --- a/views/index.pug +++ b/views/index.pug @@ -29,8 +29,6 @@ html include header article h1 Rally the Troops! - if flash - p.error= flash p Rally the Troops! is a website where you can play historic games with other players. |