Author: leidel
Date: Sat Sep 27 18:05:37 2008
New Revision: 970
Modified:
trunk/local_apps/tribes/urls.py
trunk/pinax/templates/projects/project.html
trunk/pinax/templates/tribes/tribe.html
Log:
Cosmetic changes on wiki templates
Modified: trunk/local_apps/tribes/urls.py
==============================================================================
--- trunk/local_apps/tribes/urls.py (original)
+++ trunk/local_apps/tribes/urls.py Sat Sep 27 18:05:37 2008
@@ -22,6 +22,5 @@
url(r'^topic/(\d+)/$', 'tribes.views.topic', name="tribe_topic"),
# wiki
- url(r'^tribe/(?P<group_slug>\w+)/wiki/', include('wiki.urls'),
- kwargs=wiki_args),
+ url(r'^tribe/(?P<group_slug>\w+)/wiki/', include('wiki.urls'),
kwargs=wiki_args),
)
Modified: trunk/pinax/templates/projects/project.html
==============================================================================
--- trunk/pinax/templates/projects/project.html (original)
+++ trunk/pinax/templates/projects/project.html Sat Sep 27 18:05:37 2008
@@ -131,7 +131,7 @@
{% 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.
+ None yet. Go to the <a href="{{ wiki_url }}"
title="wiki">wiki</a> to start a new article.
{% endblocktrans %}
</p>
{% endif %}
Modified: trunk/pinax/templates/tribes/tribe.html
==============================================================================
--- trunk/pinax/templates/tribes/tribe.html (original)
+++ trunk/pinax/templates/tribes/tribe.html Sat Sep 27 18:05:37 2008
@@ -109,7 +109,7 @@
{% 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.
+ None yet. Go to the <a href="{{ wiki_url }}"
title="wiki">wiki</a> to start a new article.
{% endblocktrans %}
</p>
{% endif %}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---