Private
Public Access
1
0

developers - line 391 urls.py

This commit is contained in:
Sander Roosendaal
2018-10-11 12:38:54 +02:00
parent 7401fc2e66
commit a8f44e653b
13 changed files with 347 additions and 296 deletions

View File

@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% extends "newbase.html" %}
{% block title %}Rowsandall Brochure{% endblock title %}
{% block meta %}
<style>
@@ -7,19 +7,20 @@
object { width: 900px; height: 5000px }
</style>
{% endblock meta %}
{% block content %}
{% block main %}
<div class="grid_12 alpha">
<h2>Read our Brochure</h2>
<h2>Read our Brochure</h2>
<div id="container">
<object id="obj" data="/static/brochure WEB.pdf" >
object can't be rendered
</object>
</div>
<!--
<embed src="/static/brochure WEB.pdf" width="960" height="650">
-->
<div id="container">
<object id="obj" data="/static/brochure WEB.pdf" >
object can't be rendered
</object>
</div>
<!--
<embed src="/static/brochure WEB.pdf" width="960" height="650">
-->
{% endblock %}
{% endblock content %}
{% block sidebar %}
{% include 'menu_help.html' %}
{% endblock %}