From 6244610d840806418bf774bf771b8af28b3a19e0 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 22 Feb 2011 21:12:50 +0100 Subject: style cleanup --- templates/apps/name/name.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'templates/apps') diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html index d7be379..dce2028 100644 --- a/templates/apps/name/name.html +++ b/templates/apps/name/name.html @@ -18,12 +18,10 @@

This is the top of the namespace

{% endif %} {% if name.description %} -
-
- {% autoescape off %} -

{{name.description|safe}}

- {% endautoescape %} -
+
+ {% autoescape off %} +

{{name.description|safe}}

+ {% endautoescape %}
{% endif %} {% if memberships and render.invite %} @@ -34,6 +32,8 @@

{{m.user|lastidentifier}}

{{m.user|userdisplay}} ({{m.user|lastidentifier}}) became a member of {{name.shortname}} {{m.timecreated|datehumanize}}.
+ {% empty %} +

No members yet...

{% endfor %} {% endif %} @@ -44,14 +44,14 @@

{{i.email}}

-
{% empty %} -- cgit v1.1