From 5b16076ef2962cd1fbe703064555c80abf32f81f Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 10 Jun 2012 13:20:01 +0200 Subject: [PATCH] Set proper classes on tables of contributors Should fix the missing rounded corners... --- templates/contributors/list.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/contributors/list.html b/templates/contributors/list.html index 4f6be52d..e0cd8cff 100644 --- a/templates/contributors/list.html +++ b/templates/contributors/list.html @@ -19,7 +19,7 @@ {%endif%} {%for c in t.contributor_set.all %} {%if t.detailed%} - + {{c.firstname}} {{c.lastname}} ({{c.email|hidemail}}) {%if c.company %}
{{c.company}}{%endif%}
{{c.location}} @@ -27,14 +27,14 @@ {%else%} {%if forloop.counter0|divisibleby:"2" %} - - {{c.firstname}} {{c.lastname}}{%if c.email%} ({{c.email|hidemail}}){%endif%} + + {{c.firstname}} {{c.lastname}}{%if c.email%} ({{c.email|hidemail}}){%endif%} {%if forloop.last%} - + {%endif%} {%else%} - {{c.firstname}} {{c.lastname}}{%if c.email%} ({{c.email|hidemail}}){%endif%} + {{c.firstname}} {{c.lastname}}{%if c.email%} ({{c.email|hidemail}}){%endif%} {%endif%} {%endif%} -- 2.39.5