google-code-export / django-page-cms

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

Link to jsi18n broken on admin change form #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to /admin/pages/page/ID
2. Check up on logs
3. Note that there is a 500 error at /admin/pages/page/jsi18n/ 

What is the expected output? What do you see instead?
Should not be calling jsi18n at the ../ level, should be at /admin/jsi18n 
(which is in admin base template by default). 

What version of the product are you using? On what operating system?
r653, Django 1.1 stable

Please provide any additional information below.
The problem is line 8 of /pages/templates/admin/pages/page/change_form.html 
the line <script type="text/javascript" src="../jsi18n/"></script>

Original issue reported on code.google.com by ronaldwh...@gmail.com on 26 Aug 2009 at 3:32

GoogleCodeExporter commented 9 years ago
I see this a the top of the javascript inclusions:

<script type="text/javascript" src="../../../jsi18n/"></script>

But you are right the is an old link not correct, I just removed it.

I removed it in revision 666.

Original comment by batiste....@gmail.com on 26 Aug 2009 at 2:00

GoogleCodeExporter commented 9 years ago

Original comment by batiste....@gmail.com on 26 Aug 2009 at 2:00