From f13c412f85b61e81a6d7f99621486af64a82d7f0 Mon Sep 17 00:00:00 2001 From: Evert Date: Sat, 11 Nov 2017 13:30:16 +0200 Subject: [PATCH] Show - add page titles --- Show/templates/episode.html | 3 +++ Show/templates/show.html | 3 +++ 2 files changed, 6 insertions(+) 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 %}