From 19070b6bfdbb606b27c816dee82367a7cb42441a Mon Sep 17 00:00:00 2001 From: andreimarcu Date: Sun, 27 Sep 2015 22:16:50 -0400 Subject: [PATCH] Added audio and pdf templates --- templates/display/audio.html | 9 +++++++++ templates/display/pdf.html | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 templates/display/audio.html create mode 100644 templates/display/pdf.html diff --git a/templates/display/audio.html b/templates/display/audio.html new file mode 100644 index 0000000..66b36fa --- /dev/null +++ b/templates/display/audio.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block main %} + +{% endblock %} + diff --git a/templates/display/pdf.html b/templates/display/pdf.html new file mode 100644 index 0000000..a98d040 --- /dev/null +++ b/templates/display/pdf.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block main %} + + +

It appears your Web browser is not configured to display PDF files. +No worries, just click here to download the PDF file.

+ +
+{% endblock %}