On Thu, Mar 15, 2012 at 2:52 PM, dpbklyn wrote:
> YES!!!
>
> This was it. I had the TAG further down the page, but it was commented out
> with an HTML comment. once I removed the tag altogether, the page renders
> fine. Is there a way to comment out the {% TAG %}s?
>
>
> On Mar 15, 2012, at 1
YES!!!
This was it. I had the TAG further down the page, but it was commented out
with an HTML comment. once I removed the tag altogether, the page renders
fine. Is there a way to comment out the {% TAG %}s?
On Mar 15, 2012, at 11:31 AM, Joel Goldstick wrote:
> On Thu, Mar 15, 2012 at 10:3
On Thu, Mar 15, 2012 at 10:39 AM, dpbklyn wrote:
> Hello and thank you in advance...
>
> In Django I have a child template that updates a base.html template. I
> keep getting an error:
>
> must be the first tag in the
> template.
>
> When the code in the child template looks like this:
>
>
Hello and thank you in advance...
In Django I have a child template that updates a base.html template. I
keep getting an error:
must be the first tag in the
template.
When the code in the child template looks like this:
{% extends "simple/base.html" %}
{% block picklist %}
4 matches
Mail list logo