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 %} + + + Download it instead + +{% 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 %}
It appears your Web browser is not configured to display PDF files. +No worries, just click here to download the PDF file.