OdifYltsaeb / django-multilingual

Automatically exported from code.google.com/p/django-multilingual
MIT License
0 stars 0 forks source link

Testproject: TemplateSyntaxError at /new/ #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. django r10786 (last week's trunk will do, too)
2. multilingual trunk r175
3. setup testproject and go to http://localhost:8000/new/ (or /1/, it's the
same error)
4. see the error message

What is the expected output? What do you see instead?
There should be a from field. Instead I get

TemplateSyntaxError at /new/

with this Traceback: http://dpaste.com/44358/

What versions of django and multilingual are you using? On what operating
system?
see above, Windows, everything in the Pythonpath where it belongs.

Please provide any additional information below.
I tracked it back to multilingual/templatetags/multilingual_tags.py, where
the class EditTranslationNode does stuff beyond my knowledge.

Original issue reported on code.google.com by bolde...@gmail.com on 15 May 2009 at 11:31

GoogleCodeExporter commented 8 years ago
This has already been reported on issue 71.

Original comment by panos.la...@gmail.com on 17 Dec 2009 at 7:00