summaryrefslogtreecommitdiff
path: root/views/create.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-01 17:17:22 +0100
committerTor Andersson <tor@ccxvii.net>2021-12-01 18:05:17 +0100
commitc31a0939759c5518dd3dfa10c41a14ee0eb534eb (patch)
tree64890cd6bbd4c49ecf80bf41a40d5ace66e8e6d2 /views/create.pug
parent75f3f12753457470f2f4f75b4f7aa783975e8f4f (diff)
downloadserver-c31a0939759c5518dd3dfa10c41a14ee0eb534eb.tar.gz
Reformat SQL schema for readability.
Diffstat (limited to 'views/create.pug')
-rw-r--r--views/create.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/create.pug b/views/create.pug
index 9196aa9..a736dbe 100644
--- a/views/create.pug
+++ b/views/create.pug
@@ -30,11 +30,11 @@ html
input(type="text" autocomplete="off" name="description" size=50)
p
label
- input(type="checkbox" name="random" value="true")
+ input(type="checkbox" name="is_random" value="true")
| Random player roles
p
label
- input(type="checkbox" name="private" value="true")
+ input(type="checkbox" name="is_private" value="true")
| Private
p
button(type="submit") Create