Fixed #794 bug when a non speaking list slide was active, when a projector tab was opend
This commit is contained in:
parent
f2de7e540e
commit
f39e8dd92e
@ -4,7 +4,7 @@
|
||||
|
||||
{% block title %}{{ item }}{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
{% block content %}
|
||||
<style type="text/css">
|
||||
/* List of speakers – projector slide */
|
||||
ul#list_of_speakers {
|
||||
@ -19,9 +19,6 @@
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.5em;}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ title }}</h1>
|
||||
<h2 style="margin-top: -10px;">
|
||||
{% trans 'List of speakers' %}
|
||||
|
Loading…
Reference in New Issue
Block a user