Hello Jonathan,
Use {% block dtd %} instead of {{ block dtd }}.
{{ }} are for accessing variables <
http://docs.djangoproject.com/en/dev/topics/templates/#variables
>.
{% %} are for tags < http://docs.djangoproject.com/en/dev/topics/templates/#tags
>.
Toodle-loooooooooo...........
creecode
On Apr 27, 11:51 am, Jonathan Hayward
<[email protected]> wrote:
> I'm working on a base template. Django is giving a TemplateSyntaxError at my
> first attempted block declaration:
>
> TemplateSyntaxError at /
>
> Could not parse the remainder: ' dtd' from 'block dtd'
>
> The template is:
>
> {{ block dtd }}
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.