Skip to content

Commit d6a81a4

Browse files
committed
Fixed if no content
Signed-off-by: Toomore Chiang <[email protected]>
1 parent d4a9dcb commit d6a81a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/schedule_submissions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ <h1 class="title">{{submissions[0].track.get('zh-tw', submissions[0].track['en']
5050
<div class="content">
5151
<h3>議程簡介</h3>
5252
<div class="content box">
53-
{{ track_description.get('zh-tw')|safe }}
54-
{{ track_description.get('en')|safe }}
53+
{{ track_description.get('zh-tw', '')|safe }}
54+
{{ track_description.get('en', '')|safe }}
5555
</div>
5656
</div>
5757
{% endif %}

0 commit comments

Comments
 (0)