Hello,

I have this template code:
<title>{% block title %}{% endblock %}</title>
<meta name="DC.Title" content="{% block title %}{% endblock %}" />

And I get the error: 'block' tag with name 'title' appears more than
once.

What could I do to make this work?

I have this in all my templates:
{% extends index.html %}
{% block title %}Here the title{% endblock %}

Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to