From b645410cc9b415c3dcc9d078984fe9e74d61bfdc Mon Sep 17 00:00:00 2001 From: Karen Date: Tue, 27 Dec 2011 18:30:41 +0530 Subject: [PATCH] added staticpages.html --- itf/static/css/modules/emailer.css | 1 + itf/templates/noel/staticpage.html | 74 ++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 itf/templates/noel/staticpage.html diff --git a/itf/static/css/modules/emailer.css b/itf/static/css/modules/emailer.css index 0b213cc..8dad64b 100755 --- a/itf/static/css/modules/emailer.css +++ b/itf/static/css/modules/emailer.css @@ -137,6 +137,7 @@ padding-left:12px; text-transform:uppercase; float:left; + line-height:26px; } .articleAuthor { diff --git a/itf/templates/noel/staticpage.html b/itf/templates/noel/staticpage.html new file mode 100644 index 0000000..a3dca60 --- /dev/null +++ b/itf/templates/noel/staticpage.html @@ -0,0 +1,74 @@ +{% extends 'noel/base.html' %} + +{% block extra_head %} + + + + + +{% endblock %} + + + +{% block content %} +
+
+
+ +
+
+

{{ static_title }}

+ {{ static_img_title }} +

{{ static_text|markdown }}

+ +
+
+
+{% endblock %} +