Re: Untouched admin templates throwing TemplateSyntaxError

2009-04-07 Thread Jacolyte
On Apr 6, 9:34 pm, Karen Tracey wrote: > I suspect something's gone wrong with your context processor settings, or > their operation. > > It's unclear to me from what you wrote if you wrote your own context > processor to get MEDIA_URL or are simply using the provided one that does > this: > > ht

Re: Untouched admin templates throwing TemplateSyntaxError

2009-04-06 Thread Karen Tracey
On Mon, Apr 6, 2009 at 5:22 PM, Jacolyte wrote: > > Right after logging into the admin interface, I receive the following > traceback: > > http://dpaste.com/25126/ > So, it's running into trouble on: {% get_admin_log 10 as admin_log for_user user %} and the extent of the exception information