Re: Want to change home->blog to Admin home -> blog

2014-11-21 Thread donarb
On Friday, November 21, 2014 2:02:29 PM UTC-8, Collin Anderson wrote: > > Hi, > > Is your TEMPLATE_DIRS set correctly? The tutorial recommends this: > > TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')] > > Thanks, > Collin > > > > On Tuesday, November 18, 2014 2:06:35 AM UTC-5, Sachin Tiwari

Re: Want to change home->blog to Admin home -> blog

2014-11-21 Thread Collin Anderson
Hi, Is your TEMPLATE_DIRS set correctly? The tutorial recommends this: TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')] Thanks, Collin On Tuesday, November 18, 2014 2:06:35 AM UTC-5, Sachin Tiwari wrote: > > > > On Thursday, November 13, 2014 7:49:28 PM UTC+5:30, Sachin Tiwari wrote: >>

Re: Want to change home->blog to Admin home -> blog

2014-11-17 Thread Sachin Tiwari
On Thursday, November 13, 2014 7:49:28 PM UTC+5:30, Sachin Tiwari wrote: > > Hi All, > > I want to change Home link at admin page to Admin Home -> blog -> ... > > I tried by modifying base.html and base_site.html in my > templates/admin/, but it would work > > {% block breadcrumbs %} >

Re: Want to change home->blog to Admin home -> blog

2014-11-17 Thread Collin Anderson
Hello, Interesting. What happened when you tried changing the link? Do any changes to the template have any effect? Collin On Thursday, November 13, 2014 9:19:28 AM UTC-5, Sachin Tiwari wrote: > > Hi All, > > I want to change Home link at admin page to Admin Home -> blog -> ... > > I tried

Re: Want to change home->blog to Admin home -> blog

2014-11-15 Thread Sachin Tiwari
On Thursday, November 13, 2014 7:49:28 PM UTC+5:30, Sachin Tiwari wrote: > > Hi All, > > I want to change Home link at admin page to Admin Home -> blog -> ... > > I tried by modifying base.html and base_site.html in my > templates/admin/, but it would work > > {% block breadcrumbs %} >

Re: Want to change home->blog to Admin home -> blog

2014-11-15 Thread Kakar Nyori
Your question is unclear. Please try to elaborate more. On Sat, Nov 15, 2014 at 4:37 PM, Sachin Tiwari wrote: > > > On Thursday, November 13, 2014 7:49:28 PM UTC+5:30, Sachin Tiwari wrote: >> >> Hi All, >> >> I want to change Home link at admin page to Admin Home ->

Re: Want to change home->blog to Admin home -> blog

2014-11-15 Thread Sachin Tiwari
On Thursday, November 13, 2014 7:49:28 PM UTC+5:30, Sachin Tiwari wrote: > > Hi All, > > I want to change Home link at admin page to Admin Home -> blog -> ... > > I tried by modifying base.html and base_site.html in my > templates/admin/, but it would not work > > {% block breadcrumbs %} >

Re: Want to change home->blog to Admin home -> blog

2014-11-15 Thread Sachin Tiwari
On Thursday, November 13, 2014 7:49:28 PM UTC+5:30, Sachin Tiwari wrote: > > Hi All, > > I want to change Home link at admin page to Admin Home -> blog -> ... > > I tried by modifying base.html and base_site.html in my > templates/admin/, but it would work > > {% block breadcrumbs %} >

Want to change home->blog to Admin home -> blog

2014-11-13 Thread Sachin Tiwari
Hi All, I want to change Home link at admin page to Admin Home -> blog -> ... I tried by modifying base.html and base_site.html in my templates/admin/, but it would work {% block breadcrumbs %} {% trans ' Admin Home' %} {% if title %} {{ title }}{% endif %} {%