Skip to content

Commit

Permalink
Remove anchors from option pages
Browse files Browse the repository at this point in the history
They're not useful anyway and were staying after the room got created
and it looked ugly

Fixes #21
  • Loading branch information
Eijebong committed Sep 27, 2024
1 parent 557d36d commit 32c9bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/room_manager/create_room.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{% import "utils.html.tera" as utils %}

{% block menu %}
{% call menu::menu_item("Room info", "", "#room-options", true, "room-options") %}
{% call menu::menu_item("Advanced options", "", "#advanced-options", false, "advanced-options") %}
{% call menu::menu_item("Room info", "", "#", true, "room-options") %}
{% call menu::menu_item("Advanced options", "", "#", false, "advanced-options") %}
{% endblock %}
{% block room_navigation %}
{%- match room %}
Expand Down

0 comments on commit 32c9bcd

Please sign in to comment.