From 7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 31 Mar 2023 23:53:20 +0200 Subject: Rename game "description" to "notice". --- views/create.pug | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'views/create.pug') diff --git a/views/create.pug b/views/create.pug index 42d3a46..d742cfc 100644 --- a/views/create.pug +++ b/views/create.pug @@ -24,21 +24,16 @@ html else input(type="hidden" name="scenario" value=scenarios[0]) | !{ create_html } - p Description: + + p Notice: br - input(type="text" list="speed" autocomplete="off" name="description" size=50) - datalist(id="speed") - option Async - 1 move per day - option Async - x moves per day - option Live - America - option Live - Europe - option Live - Asia - option Live - Oceania - option Learning game + input(type="text" autocomplete="off" name="notice" size=50 placeholder="What are you looking for?") + p label input(type="checkbox" name="is_random" value="true") | Random player roles + p label input(type="checkbox" name="is_private" value="true") -- cgit v1.2.3