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
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 %}
2 matches
Mail list logo