[extensions-web] Fix a broken link
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Fix a broken link
- Date: Thu, 24 Nov 2011 03:32:33 +0000 (UTC)
commit 1d1d549ddb09dfbc762bdf507749057b697d04e3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Nov 23 20:29:55 2011 -0500
Fix a broken link
sweettooth/review/templates/review/review.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/review/templates/review/review.html b/sweettooth/review/templates/review/review.html
index 31ba2f8..c19d197 100644
--- a/sweettooth/review/templates/review/review.html
+++ b/sweettooth/review/templates/review/review.html
@@ -11,7 +11,7 @@
{% if extension.screenshot %}
{% thumbnail extension.screenshot "300x200" as th %}
- <a href="{{ screenshot.image.url }}" class="screenshot"><img src="{{ th.url }}" /></a>
+ <a href="{{ extension.screenshot.image.url }}" class="screenshot"><img src="{{ th.url }}" /></a>
{% endthumbnail %}
{% endif %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]