Skip to content

Commit 377dd0f

Browse files
committed
Create rooms as private by default
1 parent 2d37e72 commit 377dd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/room_manager/create_room.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{% when Some with (room) %}
4545
<input type="checkbox" name="private" id="private" {% if room.private %} checked {% endif %}/>
4646
{%- when None -%}
47-
<input type="checkbox" name="private" id="private"/>
47+
<input type="checkbox" name="private" id="private" checked/>
4848
{%- endmatch -%}
4949
<label for="private">Private room | {% call utils::hint_text("A private room will not be displayed on the index page unless you already have a YAML file uploaded to it. The link to the room will need to be shared to other participants manually.") %}</label>
5050

0 commit comments

Comments
 (0)