Author: gregoryjnewman
Date: Sat Sep  6 04:13:14 2008
New Revision: 849

Modified:
    trunk/pinax/local_apps/core/context_processors.py
    trunk/pinax/templates/projects/project.html

Log:
changing context processor for latest members from five to nine

Modified: trunk/pinax/local_apps/core/context_processors.py
==============================================================================
--- trunk/pinax/local_apps/core/context_processors.py   (original)
+++ trunk/pinax/local_apps/core/context_processors.py   Sat Sep  6 04:13:14  
2008
@@ -16,7 +16,7 @@
        return {
          'latest_tweets': Tweet.objects.all().order_by('-sent')[:5],
          'latest_tribes': Tribe.objects.all().order_by('-created')[:5],
-        'latest_users': User.objects.all().order_by('-date_joined')[:5],
+        'latest_users': User.objects.all().order_by('-date_joined')[:9],
          'latest_bookmarks': Bookmark.objects.all().order_by('-added')[:5],
          'latest_blogs':  
Post.objects.filter(status=2).order_by('-publish')[:5],
      }

Modified: trunk/pinax/templates/projects/project.html
==============================================================================
--- trunk/pinax/templates/projects/project.html (original)
+++ trunk/pinax/templates/projects/project.html Sat Sep  6 04:13:14 2008
@@ -87,7 +87,7 @@

              <h2>Tasks{% if total_tasks %} ({{ total_tasks }}){%  
endif %}</h2>

-            <p><a href="{% url project_tasks project.slug %}">view more  
details or add task...</a></p>
+            <p><a href="{% url project_tasks project.slug %}"  
method="Post">view more details or add task...</a></p>

              <table class="tasks">
                  {% for task in tasks %}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to