From 682ccd855f9c76455ff61da869a9db40d06922c6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 14 Jun 2011 01:14:42 +0200 Subject: list style polish --- templates/apps/name/acls.html | 5 +---- templates/apps/name/name.html | 30 ++++++++++++++---------------- templates/edit_fieldsets.html | 2 +- 3 files changed, 16 insertions(+), 21 deletions(-) (limited to 'templates') diff --git a/templates/apps/name/acls.html b/templates/apps/name/acls.html index 32c47c4..28a8f1c 100644 --- a/templates/apps/name/acls.html +++ b/templates/apps/name/acls.html @@ -24,13 +24,10 @@ {% endfor %} -
-
-
{% endblock %} \ No newline at end of file diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html index 93b5fa7..eb57b58 100644 --- a/templates/apps/name/name.html +++ b/templates/apps/name/name.html @@ -16,16 +16,18 @@ }); {% endblock %} {% block content %} - {% if name.description or render.acl or render.edit or render.delete or render.invite or render.join %} -
- {% if name.description %} - {% autoescape off %} -

{{name.description|safe}}

- {% endautoescape %} - {% endif %} - {% if name %} -
-
    + {% if name %} +
    + {% if name.description %} + {% autoescape off %} + {{name.description|safe}} + {% endautoescape %} + {% else %} + No description available... + {% endif %} +
    + {% if render.acl or render.edit or render.delete or render.invite or render.join %} +
      {% if render.acl %}
    • Modify Access
    • {% endif %} @@ -44,11 +46,8 @@ {% if render.join %}
    • Join
    • {% endif %} -
    -
- {% endif %} -
-
+ + {% endif %} {% endif %} {% if memberships %}

Members

@@ -72,7 +71,6 @@ {% endif %} - {% empty %} diff --git a/templates/edit_fieldsets.html b/templates/edit_fieldsets.html index c3eb01e..f0ab8cb 100644 --- a/templates/edit_fieldsets.html +++ b/templates/edit_fieldsets.html @@ -30,7 +30,7 @@ {% endfor %} -