[extensions-web] auth: Don't show reviews in the profile
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] auth: Don't show reviews in the profile
- Date: Sun, 3 Jun 2012 01:50:58 +0000 (UTC)
commit cc3afa2dc93a50b39fb24a437c1aa10d13005f64
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sat Jun 2 21:24:56 2012 -0400
auth: Don't show reviews in the profile
.../auth/templates/registration/profile.html | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/profile.html b/sweettooth/auth/templates/registration/profile.html
index b66b810..02ba25b 100644
--- a/sweettooth/auth/templates/registration/profile.html
+++ b/sweettooth/auth/templates/registration/profile.html
@@ -30,21 +30,5 @@
</li>
{% endfor %}
</ul>
-
- <h3> {{ display_name }} has reviewed </h3>
- <div class="reviews">
- {% for review in reviews %}
- <div class="review">
- <a href="{% url extensions-version-detail ext_pk=review.version.extension.pk slug=review.version.extension.slug pk=review.version.pk %}">
- <span class="extension-name">{{ review.version.extension.name }}</span>
- <span class="extension-version">(version {{ review.version.version }})</span>
- </a>
- <abbr class="timestamp" title="{{ review.date|date:"c" }}">{{ review.date|date:"F j, Y" }}</abbr>
- <blockquote>{{ review.comments }}</blockquote>
- </div>
- {% empty %}
- <p>No reviews.</p>
- {% endfor %}
- </div>
</div>
{% endblock %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]