From 934ca65b610fc245c581a142036766763d1743c5 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sun, 24 Jun 2012 23:50:25 -0400 Subject: Index page new look --- templates/index.html | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/templates/index.html b/templates/index.html index 5d1fb39..6c0b831 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,15 +1,18 @@ {% extends "base.html" %} - +{% load i18n %} {% block content %} -

- These are the list available on this server: -

- +

{% trans 'Lists' %}

+ + + + {% for mlist in lists %} + + + + + + {% endfor %} + +
{{ mlist }} Overview Archives
+ {% endblock %} -- cgit