Author: floguy
Date: Sun Sep 21 17:21:04 2008
New Revision: 924
Modified:
trunk/local_apps/projects/thing.py
trunk/local_apps/tribes/thing.py
trunk/pinax/templates/projects/projects.html
trunk/pinax/templates/tribes/tribes.html
Log:
Fixed some typos and removed some leftover cruft.
Modified: trunk/local_apps/projects/thing.py
==============================================================================
--- trunk/local_apps/projects/thing.py (original)
+++ trunk/local_apps/projects/thing.py Sun Sep 21 17:21:04 2008
@@ -16,7 +16,7 @@
topics = things.OrderCountField(
verbose_name_asc='Least Topics',
verbose_name_desc='Most Topics',
- url_asc='last-topics',
+ url_asc='least-topics',
url_desc='most-topics',
field_url='topics'
)
Modified: trunk/local_apps/tribes/thing.py
==============================================================================
--- trunk/local_apps/tribes/thing.py (original)
+++ trunk/local_apps/tribes/thing.py Sun Sep 21 17:21:04 2008
@@ -16,7 +16,7 @@
topics = things.OrderCountField(
verbose_name_asc='Least Topics',
verbose_name_desc='Most Topics',
- url_asc='last-topics',
+ url_asc='least-topics',
url_desc='most-topics',
field_url='topics'
)
Modified: trunk/pinax/templates/projects/projects.html
==============================================================================
--- trunk/pinax/templates/projects/projects.html (original)
+++ trunk/pinax/templates/projects/projects.html Sun Sep 21 17:21:04 2008
@@ -53,12 +53,4 @@
<p>No projects have been created yet.</p>
{% endif %}
-{% endblock %}
-
-{% block extra_body %}
- <script>
- {% if project_form.errors %}
- $('#project_form').show();
- {% endif %}
- </script>
{% endblock %}
Modified: trunk/pinax/templates/tribes/tribes.html
==============================================================================
--- trunk/pinax/templates/tribes/tribes.html (original)
+++ trunk/pinax/templates/tribes/tribes.html Sun Sep 21 17:21:04 2008
@@ -42,12 +42,4 @@
{% paginate %}
{% endif %}
-{% endblock %}
-
-{% block extra_body %}
- <script>
- {% if tribe_form.errors %}
- $('#tribe_form').show();
- {% endif %}
- </script>
{% endblock %}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---