diff options
Diffstat (limited to 'views/create.pug')
-rw-r--r-- | views/create.pug | 4 |
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 |