[extensions-web] Fix a silly typo



commit 6f1d36eba5fabb9e706da9894e8b78b438172a95
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Oct 19 13:56:25 2012 -0400

    Fix a silly typo

 .../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 1f5da3a..54938b0 100644
--- a/sweettooth/auth/templates/registration/profile.html
+++ b/sweettooth/auth/templates/registration/profile.html
@@ -29,7 +29,7 @@
     {% endfor %}
   </ul>
 
-  {% for version in pending %}
+  {% for version in unreviewed %}
   {% with version.extension as extension %}
   <li class="extension profile">
     <h4 class="extension-name"><a href="{% url review-version pk=version.pk %}">



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