Re: Reverse of admin:jsi18n

2012-11-08 Thread Dan Gentry
Correction: My URL tag does not include the quotes. Should be: {% url admin:jsi18n %} -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ifbpxbJtw_wJ.

Reverse of admin:jsi18n

2012-11-08 Thread Dan Gentry
this: js = (reverse('admin:jsi18n')) which failed when the form was imported. However, I can use the same argument in a URL call in the template: {% url 'admin:jsi18n' %} Any advice on how I can use reverse() in the Media class? I haven't found anything helpful in my searches