johnmnemonik / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

gallery upload doesn't work #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install django 1.2.1, PIL, django-tagging, django-photologue 
2. configure everything
3. try to make a gallery upload

What is the expected output? What do you see instead?

the "send" button doesn't make any action. the output of the manage.py 
runserver is _nothing_, no post-request is made.

What version of the product are you using? On what operating system?

latest, ubuntu lucid lynx with virtualenv.

Please provide any additional information below.

the form's action-attribute is empty (action=""), maybe this is a problem.

Original issue reported on code.google.com by maili...@julianmoritz.de on 29 Jul 2010 at 8:50