google-code-export / django-grappelli

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

ADMIN_URL default value #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in template base.html change this:
var ADMIN_URL = "/{{ ADMIN_URL }}/";

to:
var ADMIN_URL = "/{{ ADMIN_URL|default:'admin' }}/";

it`s need when context_processor is not set.

Original issue reported on code.google.com by elec.sp...@gmail.com on 5 May 2009 at 12:36

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 16 Jun 2009 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 12 Aug 2009 at 4:14

GoogleCodeExporter commented 9 years ago
fixed. context_processor is no longer needed.

Original comment by sehmaschine on 13 Aug 2009 at 10:44