diff --git a/Show/templates/episode.html b/Show/templates/episode.html index 3e475a4..70a5109 100644 --- a/Show/templates/episode.html +++ b/Show/templates/episode.html @@ -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 %}
diff --git a/Show/templates/show.html b/Show/templates/show.html index e9b052c..8b66ddb 100644 --- a/Show/templates/show.html +++ b/Show/templates/show.html @@ -1,4 +1,7 @@ {% extends "base.html" %} +{% block title %} + Watch {{show.name}} Now - on Episodes.Community! +{% endblock %} {% block content %}