mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add tagline to movie info metadata
This commit is contained in:
parent
df290d995b
commit
2d7585d64b
4 changed files with 22 additions and 6 deletions
|
@ -144,6 +144,11 @@ DOCUMENTATION :: END
|
|||
% endif
|
||||
</div>
|
||||
</div>
|
||||
% if data['tagline']:
|
||||
<div class="summary-content-summary">
|
||||
<p><strong> ${data['tagline']} </strong></p>
|
||||
</div>
|
||||
% endif
|
||||
<div class="summary-content-summary">
|
||||
<p> ${data['summary']} </p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue