Re: Could not parse the remainder template inheritance

2016-01-02 Thread James Schneider
On Jan 2, 2016 8:11 AM, "Matthew" wrote: > > Actually it turned out this works!! My TextEdit app was being finnicky and made me re-write the entire code instead of just the quotation marks. Thanks for the help! > That seems a bit odd. I can see why just turning off the smart quotes wouldn't help.

Re: Could not parse the remainder template inheritance

2016-01-02 Thread François Schiettecatte
And if you like it you should just buy BBEdit from BareBones, been using it for years, it’s great. François > On Jan 2, 2016, at 11:13 AM, Lee Hinde wrote: > > If you’re just getting your feet wet and don’t want to invest in an > editor/IDE just yet, try TextWrangler: > http://www.barebones

Re: Could not parse the remainder template inheritance

2016-01-02 Thread Lee Hinde
If you’re just getting your feet wet and don’t want to invest in an editor/IDE just yet, try TextWrangler: http://www.barebones.com/products/textwrangler/ It’s free and won’t get in your way. > On Jan 2, 2016, at 8:11 AM, Matthew wrote: > > A

Re: Could not parse the remainder template inheritance

2016-01-02 Thread Matthew
Actually it turned out this works!! My TextEdit app was being finnicky and made me re-write the entire code instead of just the quotation marks. Thanks for the help! On Saturday, January 2, 2016 at 10:52:22 AM UTC-5, Matthew wrote: > > Hi James, > > I turned smart quotes off and am still having

Re: Could not parse the remainder template inheritance

2016-01-02 Thread Matthew
Hi James, I turned smart quotes off and am still having the error. I wasn't aware that could cause future errors though, so thanks for the heads up! On Saturday, January 2, 2016 at 12:44:22 AM UTC-5, James Schneider wrote: > > > On Jan 1, 2016 8:08 PM, "Matthew" > wrote: > > > > Hi all, > > > >

Re: Could not parse the remainder template inheritance

2016-01-01 Thread James Schneider
On Jan 1, 2016 8:08 PM, "Matthew" wrote: > > Hi all, > > I'm working through the masteringdjango book, and am struggling in the Templates area. > > I created a base.html base template, and am attempting to include a child template. > > This is the child template: > > {% extends “base.html” %} > >