Fix tagline only if type is movie
This commit is contained in:
@@ -144,7 +144,7 @@ DOCUMENTATION :: END
|
|||||||
% endif
|
% endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
% if data['tagline']:
|
% if data['type'] == 'movie' and data['tagline']:
|
||||||
<div class="summary-content-summary">
|
<div class="summary-content-summary">
|
||||||
<p><strong> ${data['tagline']} </strong></p>
|
<p><strong> ${data['tagline']} </strong></p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user