diff options
-rw-r--r-- | views/join.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/join.pug b/views/join.pug index 5c3c296..621ab0a 100644 --- a/views/join.pug +++ b/views/join.pug @@ -38,7 +38,7 @@ html else h1 #{game.title_name} - #{game.scenario} - if limit + if limit && game.status < 1 p.error= limit p.error#error |