On Tue, 2009-01-20 at 20:08 -0800, meppum wrote: > I'm not sure if it's a bug, but I had to change the following line: > > <input type="submit" name="submit" class="submit-preview" > value="Preview" /> > > to instead be: > > <input type="submit" name="preview" class="submit-preview" > value="Preview" />
It looks like you're using Django 1.0.0. Strongly recommended to upgrade to version 1.0.2. The above change was a bug in the preview.html template in 1.0.0. It was fixed in r9126 on October 5, last year. So the fix is in the 1.0.2 release, along with a few dozen other bug fixes. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---