[extensions-web] Remove screenshots from profiles
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Remove screenshots from profiles
- Date: Mon, 31 Oct 2011 19:34:21 +0000 (UTC)
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]