File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pyconbalkan/speaker/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 {% if speaker.country %}< i class ="flag em em-flag-{{ speaker.country.code|lower }} "> </ i > {% endif %}
1717 </ h1 >
1818
19- < h2 > < i class ="fas fa-laptop-code "> </ i > {{ speaker.job }} - {{ speaker.company }}</ h2 >
19+ < h2 > < i class ="fas fa-laptop-code "> </ i > {{ speaker.job }} {% if speaker.company %} - {{ speaker.company }}{% endif % }</ h2 >
2020 < p class ="speaker__description title--white ">
2121 {{ speaker.description|safe }}
2222 </ p >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1 class="centered">Speakers</h1>
2323 {% if speaker.country %}
2424 < i class ="flag em em-flag-{{ speaker.country.code|lower }} "> </ i >
2525 {% endif %}
26- , < span class ="title-white "> {{ speaker.job }} - {{ speaker.company }}</ span >
26+ , < span class ="title-white "> {{ speaker.job }} {% if speaker.company %} - {{ speaker.company }}{% endif % }</ span >
2727 </ h1 > </ a >
2828 {% for presentation in speaker.presentation.all %}
2929 < h2 > {{ presentation.title }}</ h2 >
You can’t perform that action at this time.
0 commit comments