[extensions-web] auth: Only the first line of the description in the profile



commit 726dee777aee5f5a5d059a2a8e79e9ac598c0f99
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Jun 3 00:42:55 2012 -0400

    auth: Only the first line of the description in the profile

 .../auth/templates/registration/profile.html       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/profile.html b/sweettooth/auth/templates/registration/profile.html
index 8ec2973..53191b4 100644
--- a/sweettooth/auth/templates/registration/profile.html
+++ b/sweettooth/auth/templates/registration/profile.html
@@ -25,7 +25,7 @@
           <img src="{{ extension.icon.url }}" class="icon"> {{ extension.name }}
       </a></h4>
 
-      <p class="description">{{ extension.description }}</p>
+      <p class="description">{{ extension.first_line_of_description }}</p>
     </li>
     {% endfor %}
   </ul>



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