#15001: Cannot change in Databrowse
-----------------------------+----------------------------------------------
Reporter: Djanux | Owner: nobody
Status: new | Milestone:
Component: Template system | Version: 1.2
Keywords: Databrowse | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
Hi,
This is the content of the base_site.html
{{{
{% load i18n %}
{% block databrowse_title %}Foo{% endblock %}
{% block title %}Bar{% endblock %}
{% block extrahead %}HELLO{% endblock %}
}}}
when rending the template databrowse_title, and extrahead will be
correctly rendered, title will be empty.
Content on the untouched base.html
{{{
<title>{% block title %}{% endblock %}</title>
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/15001>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en.