From 8e2e31965126bee7992d26428d42c1631d29786f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 5 Apr 2011 10:38:52 -0400 Subject: fixed image sprties, updated photo gallery codeand changed contact/about pages --- templates/base.html | 12 ++++----- templates/details/about.html | 24 ++++++++++++----- templates/details/contact.html | 47 ++++++++++++++++++++++++++++++++++ templates/details/entry.html | 26 ++++++++++++++++--- templates/details/photo_galleries.html | 9 ++++--- 5 files changed, 96 insertions(+), 22 deletions(-) create mode 100644 templates/details/contact.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 8733a5c..95fd6e9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,8 +37,6 @@ content="{% block metadescription %}Luxagraf: a travelogue of sorts, Recording journeys around the world and just next door.{% endblock %}"> - {%block extrahead%}{%endblock%} @@ -47,13 +45,13 @@
{{object.body_html|smartypants|widont|safe}}
{%if object.template_name == 1 %}
{%endif%}{%if object.template_name == 3 %}
{%endif%} + {% with object.get_next_published as next %} + {% with object.get_previous_published as prev %} +