>From converting over to Django 1.1 from 0.97, I had the admin datetime widget displayed on my search screen. With the latest version of django, it seems that the datetime widget only displays if the user is an administrator.
I have narrowed down the problem that the javascript catalog is only accessed for the admin users. In my base.html I have <script type="text/javascript" src="/admin/jsi18n/"></script> <script type="text/javascript" src="/media/js/core.js"></script> <script type="text/javascript" src="/media/js/calendar.js"></script> <script type="text/javascript" src="/media/js/admin/ DateTimeShortcuts.js"></script <script type="text/javascript" src="/media/js/ getElementsBySelector.js"></script Is there any way to access the javascript catalog for a non-admin user. I have been struggling with this issue for a while. Thanks, Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

