Author: alex.gaynor
Date: Sat Sep 27 10:59:46 2008
New Revision: 957

Modified:
    trunk/pinax/templates/blog/new.html

Log:
Added an id to the blog post form, now ajax-validation works correctly

Modified: trunk/pinax/templates/blog/new.html
==============================================================================
--- trunk/pinax/templates/blog/new.html (original)
+++ trunk/pinax/templates/blog/new.html Sat Sep 27 10:59:46 2008
@@ -11,7 +11,7 @@
          <fieldset>
              <legend>{% trans "Write a Blog Post" %}</legend>

-            <form method="POST" action="">
+            <form method="POST" action="" id="blog_form">
                  <table align="center">
                      <tr><td colspan="2">{{ blog_form.non_field_errors  
}}</td></tr>
                      {% for field in blog_form %}

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