Skip to content

Commit

Permalink
Create rooms as private by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Jun 21, 2024
1 parent 2d37e72 commit 377dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/room_manager/create_room.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{% when Some with (room) %}
<input type="checkbox" name="private" id="private" {% if room.private %} checked {% endif %}/>
{%- when None -%}
<input type="checkbox" name="private" id="private"/>
<input type="checkbox" name="private" id="private" checked/>
{%- endmatch -%}
<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>

Expand Down

0 comments on commit 377dd0f

Please sign in to comment.