developers - line 391 urls.py
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user