[extensions-web] profile.html: Fix formatting



commit c854de1adb4ac22b8511a37d38a23251fe1f45b2
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Dec 9 17:32:15 2011 -0500

    profile.html: Fix formatting

 .../auth/templates/registration/profile.html       |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/profile.html b/sweettooth/auth/templates/registration/profile.html
index beb9ad0..7e57d9b 100644
--- a/sweettooth/auth/templates/registration/profile.html
+++ b/sweettooth/auth/templates/registration/profile.html
@@ -18,7 +18,9 @@
   <ul>
     {% for extension in extensions %}
     <li class="extension profile">
-      <h4 class="extension-name"><a href="{% url extensions-detail pk=extension.pk %}">      <img src="{{ extension.icon.url }}" class="icon">{{ extension.name }}</a></h4>
+      <h4 class="extension-name"><a href="{% url extensions-detail pk=extension.pk %}">
+          <img src="{{ extension.icon.url }}" class="icon">{{ extension.name }}
+      </a></h4>
       <p class="description">
         {{ extension.description }}
       </p>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]