Show - add page titles

This commit is contained in:
Evert Prants 2017-11-11 13:30:16 +02:00
parent c6672da6c6
commit f13c412f85
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,7 @@
{% extends "base.html" %}
{% block title %}
Episode "{{episode.name}}" - S{{episode.season.number}}E{{episode.episode}} - {{show.name}} - Episodes.Community
{% endblock %}
{% block content %}
<section class="show-details">
<div class="banner" style="background-image: url(/media/uploaded_resources/{{show.banner}});"></div>

View File

@ -1,4 +1,7 @@
{% extends "base.html" %}
{% block title %}
Watch {{show.name}} Now - on Episodes.Community!
{% endblock %}
{% block content %}
<section class="show-details">
<div class="banner" style="background-image: url(/media/uploaded_resources/{{show.banner}});"></div>