summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-07-24 18:04:57 +0530
committerMadhusudan.C.S2011-07-24 18:19:51 +0530
commita4d87c9d48575e18aef5beba8fbd32938424f73d (patch)
treef3460e27043cbc29dc708a0418a2bb065888fdc4
parentcd8842fe9b292b8d28e9e71d14f82d79da94b82b (diff)
downloadpytask-a4d87c9d48575e18aef5beba8fbd32938424f73d.tar.gz
pytask-a4d87c9d48575e18aef5beba8fbd32938424f73d.tar.bz2
pytask-a4d87c9d48575e18aef5beba8fbd32938424f73d.zip
Fix style in templates.
-rw-r--r--pytask/templates/base.html6
-rw-r--r--pytask/templates/task/view.html2
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 <http://www.gnu.org/licenses/>.
{% block title %}PyTasks{% endblock %}
</title>
- {% 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 %}
<link rel=stylesheet href="/pytask/static/css/base.css" type="text/css" >
<link type="text/css"
href="/pytask/static/css/jquery/ui/cupertino/jquery-ui-1.8.9.custom.css"
diff --git a/pytask/templates/task/view.html b/pytask/templates/task/view.html
index bee0abf..ef54ad4 100644
--- a/pytask/templates/task/view.html
+++ b/pytask/templates/task/view.html
@@ -25,7 +25,7 @@ along with PyTask. If not, see <http://www.gnu.org/licenses/>.
{% block title %}
- {{task.title}}
+ {{ task.title }}
{% endblock %}
{% block content %}