We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fb976 commit 6e0cc40Copy full SHA for 6e0cc40
1 file changed
pretalx_halfnarp/templates/pretalx_halfnarp/frontend.html
@@ -42,8 +42,12 @@ <h2 class="title">{{submission.title}}</h2>
42
<i class="fa fa-star" aria-hidden="true"></i>
43
</div>
44
45
- <p class="abstract">{{submission.abstract}}</p>
46
- <p class="speakers">{{submission.display_speaker_names}}</p>
+ {% if submission.abstract %}
+ <p class="abstract">{{submission.abstract}}</p>
47
+ {% endif %}
48
+ {% if submission.speakers %}
49
+ <p class="speakers">{{submission.display_speaker_names}}</p>
50
51
52
<div class="footer">
53
<div class="track">
0 commit comments