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