[extensions-web] Remove screenshots from profiles



commit 95f96efd16e6a5288c27979456e5cd995cad7eb9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 31 15:34:09 2011 -0400

    Remove screenshots from profiles

 .../auth/templates/registration/profile.html       |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/profile.html b/sweettooth/auth/templates/registration/profile.html
index 87bfd19..c2a6dde 100644
--- a/sweettooth/auth/templates/registration/profile.html
+++ b/sweettooth/auth/templates/registration/profile.html
@@ -14,12 +14,6 @@
     <li class="extension profile">
       <div class="switch insensitive"></div>
 
-      {% if extension.screenshot %}
-      {% thumbnail extension.screenshot "300x200" as th %}
-      <img src="{{ th.url }}" />
-      {% endthumbnail %}
-      {% endif %}
-
       <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 }}



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