From 0830c7bc6ce8e89b12868b0bb9aada86a862992e Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 12 May 2017 08:50:20 +0200 Subject: [PATCH] make PDF scrollable on ipad --- rowers/templates/brochure.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/rowers/templates/brochure.html b/rowers/templates/brochure.html index 00a9ef66..db236129 100644 --- a/rowers/templates/brochure.html +++ b/rowers/templates/brochure.html @@ -1,12 +1,25 @@ {% extends "base.html" %} - {% block title %}Brochure{% endblock title %} +{% block title %}Brochure{% endblock title %} +{% block meta %} + +{% endblock meta %} {% block content %}

Read our Brochure

- +
+ + object can't be rendered + +
+
{% endblock content %}