Author: leidel
Date: Sat Sep 27 13:23:19 2008
New Revision: 959

Modified:
    trunk/pinax/templates/projects/project.html
    trunk/pinax/templates/tribes/tribe.html

Log:
Removed last captureas occurrence

Modified: trunk/pinax/templates/projects/project.html
==============================================================================
--- trunk/pinax/templates/projects/project.html (original)
+++ trunk/pinax/templates/projects/project.html Sat Sep 27 13:23:19 2008
@@ -7,7 +7,6 @@
  {% load wikiurl %}
  {% load threadedcommentstags %}
  {% load pagination_tags %}
-{% load captureas_tag %}
  {% load shorttimesince_tag %}
  {% load extra_tagging_tags %}
  {% load project_tags %}
@@ -128,8 +127,9 @@
                      {% endfor %}
                  </table>
                  <p><a href="{% wikiurl list project %}">more...</a></p>
+                {{ wiki_project_url }}
              {% else %}
-                {% captureas wiki_url %}{% wikiurl list project %}{%  
endcaptureas %}
+                {% wikiurl list project as wiki_url %}
                  <p>
                      {% blocktrans %}
                          None yet. Go to the <a href="{{ wiki_url }}",  
title="wiki">wiki</a> to start a new article.

Modified: trunk/pinax/templates/tribes/tribe.html
==============================================================================
--- trunk/pinax/templates/tribes/tribe.html     (original)
+++ trunk/pinax/templates/tribes/tribe.html     Sat Sep 27 13:23:19 2008
@@ -7,7 +7,6 @@
  {% load gravatar %}
  {% load threadedcommentstags %}
  {% load pagination_tags %}
-{% load captureas_tag %}
  {% load extra_tagging_tags %}
  {% load tribe_tags %}

@@ -107,7 +106,7 @@
                  </table>
                  <p><a href="{% wikiurl list tribe %}">{%  
trans "more..." %}</a></p>
              {% else %}
-                {% captureas wiki_url %}{% wikiurl list tribe %}{%  
endcaptureas %}
+                {% wikiurl list tribe as wiki_url %}
                  <p>
                      {% blocktrans %}
                          None yet. Go to the <a href="{{ wiki_url }}",  
title="wiki">wiki</a> to start a new article.

--~--~---------~--~----~------------~-------~--~----~
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