From a4d87c9d48575e18aef5beba8fbd32938424f73d Mon Sep 17 00:00:00 2001
From: Madhusudan.C.S
Date: Sun, 24 Jul 2011 18:04:57 +0530
Subject: Fix style in templates.
---
pytask/templates/base.html | 6 ++++--
pytask/templates/task/view.html | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/pytask/templates/base.html b/pytask/templates/base.html
index 1fc3db9..2923780 100644
--- a/pytask/templates/base.html
+++ b/pytask/templates/base.html
@@ -26,8 +26,10 @@ along with PyTask. If not, see .
{% block title %}PyTasks{% endblock %}
- {% comment %}Load site wide CSS here. Additional styling must be
- loaded in the block that follows{% endcomment %}
+ {% comment %}
+ Load site wide CSS here. Additional styling must be
+ loaded in the block that follows
+ {% endcomment %}
.
{% block title %}
- {{task.title}}
+ {{ task.title }}
{% endblock %}
{% block content %}
--
cgit