fix label so it isn't cut off
This commit is contained in:
parent
6d7971e097
commit
7a9c01c11a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<dd>{{ proposal.track }} </dd>
|
||||
|
||||
{% if proposal.additional_speakers.all %}
|
||||
<dt>{% trans "Additional Speakers" %}</dt>
|
||||
<dt>{% trans "Addl Speakers" %}</dt>
|
||||
<dd>
|
||||
{% for speaker in proposal.additional_speakers.all %}
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue