From af3e4d8942680a5c08492d2ed179d8e401a8bf57 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Sun, 24 Nov 2013 15:27:40 +0530 Subject: basic color scheme set --- static/website/templates/fetch_tutorials.html | 9 +++++---- static/website/templates/index.html | 12 ++++++++++-- 2 files changed, 15 insertions(+), 6 deletions(-) (limited to 'static/website/templates') diff --git a/static/website/templates/fetch_tutorials.html b/static/website/templates/fetch_tutorials.html index 524930f..a99caec 100644 --- a/static/website/templates/fetch_tutorials.html +++ b/static/website/templates/fetch_tutorials.html @@ -1,9 +1,10 @@ {% extends 'website/templates/base.html' %} {% block content %} {% for tut in tutorials %} - - {{tut.tutorial_name}} - -
+
+ + {{tut.tutorial_name}} + +
{% endfor %} {% endblock %} diff --git a/static/website/templates/index.html b/static/website/templates/index.html index b936643..c8b11b3 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -1,11 +1,19 @@ {% extends 'website/templates/base.html' %} {% block content %} {% for category in categories %} -
+
{{ category }}
{% load count_tags %} - Count = {% category_post_count category %} + + {% category_post_count category %} posts, + + + {% category_post_count category %} replies + + + A +
{% endfor %}
-- cgit