diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-31 23:53:20 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-04-28 23:36:11 +0200 |
commit | 7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c (patch) | |
tree | 33bf8e70042b0c67e784ca9483448baacb260602 /views/create.pug | |
parent | b145880739e1770ebeac914b769624d86c39645c (diff) | |
download | server-7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c.tar.gz |
Rename game "description" to "notice".
Diffstat (limited to 'views/create.pug')
-rw-r--r-- | views/create.pug | 15 |
1 files changed, 5 insertions, 10 deletions
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") |