From 11e85dea3bdb7a51100032b14c8174c6c4990be3 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 27 Dec 2011 18:41:18 +0530 Subject: [PATCH] static page template var names --- itf/templates/noel/staticpage.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/itf/templates/noel/staticpage.html b/itf/templates/noel/staticpage.html index a3dca60..ab6feae 100644 --- a/itf/templates/noel/staticpage.html +++ b/itf/templates/noel/staticpage.html @@ -1,4 +1,5 @@ {% extends 'noel/base.html' %} +{% load markdown %} {% block extra_head %} @@ -63,9 +64,9 @@
-

{{ static_title }}

- {{ static_img_title }} -

{{ static_text|markdown }}

+

{{ page.title }}

+ {{ page.title }} +

{{ page.text|markdown }}