File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
roles/web/templates/pretalx/common Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111email_host_password: ""
1212git_version: main
1313gunicorn_port: 10501
14+ nav_enabled: true
1415nav_tickets_enabled: true
1516project_root: "/srv/pydata"
1617postmark_api_token: ""
Original file line number Diff line number Diff line change 8080 {% endif %}
8181 </ a >
8282 </ h1 >
83- {% endraw %}
83+ {% endraw %}{% if nav_enabled %}
8484 < nav class ="nav bg-white mb-0 " role ="navigation ">
8585 < a class ="nav-link " href ="{{ content_site }}/ "> Home</ a >
8686 < div class ="nav-item dropdown ">
9999 {% if nav_tickets_enabled %}< a class ="nav-link " href ="{{ content_site }}/tickets/ "> Tickets</ a > {% endif %}
100100 < a class ="nav-link " href ="{{ content_site }}/schedule/ "> Schedule</ a >
101101 </ nav >
102- {% raw %}
102+ {% endif %}{% raw %}
103103 < div class ="d-flex " id ="header-row ">
104104 {% if request.event and request.event.locales|length > 1 and not is_html_export %}
105105 < div class ="locales ">
You can’t perform that action at this time.
0 commit comments