diff options
Diffstat (limited to 'views/create.pug')
-rw-r--r-- | views/create.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/create.pug b/views/create.pug index 4e52da4..912156c 100644 --- a/views/create.pug +++ b/views/create.pug @@ -13,6 +13,8 @@ html div.logo +gamecover(title.title_id) + if limit + p.error= limit if !user p.error You are not logged in! @@ -77,9 +79,7 @@ html input(type="checkbox" name="is_private" value="true") | Private - if limit - p.error= limit - else + if !limit p button(type="submit") Create |