From 0232f6fe872c73e5ef2eedca568c6f68ff88b522 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 30 Sep 2021 18:30:36 +0100 Subject: [PATCH] add links --- app/static/css/partials/_film.scss | 2 + app/static/css/style.scss | 1 + app/templates/film.html | 59 ++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 app/static/css/partials/_film.scss diff --git a/app/static/css/partials/_film.scss b/app/static/css/partials/_film.scss new file mode 100644 index 0000000..139597f --- /dev/null +++ b/app/static/css/partials/_film.scss @@ -0,0 +1,2 @@ + + diff --git a/app/static/css/style.scss b/app/static/css/style.scss index b53e26c..d5fb348 100644 --- a/app/static/css/style.scss +++ b/app/static/css/style.scss @@ -1,4 +1,5 @@ @import "partials/reset"; @import "partials/layout"; @import "partials/burger"; +@import "partials/film"; @import "partials/ascroll"; diff --git a/app/templates/film.html b/app/templates/film.html index edc9c1d..d4cffd1 100644 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -6,4 +6,63 @@

{{ film.data.title | safe }}

{{ film.data.director|join:", "|safe }}

{{ film.data.summary|safe }}

+ +
+ Watch Fullscreen +
+
+ Watch with Annotations +
+
+ Watch with Annotations (Mandarin title) +
+{% endblock %} + +{% block end %} + + + {% endblock %}