{% extends "admin/base_site.html" %} {% load i18n %} {% block bodyclass %}grp-doc{% endblock %} {% block content-class %}{% endblock %} {% block title %}Grappelli Documentation » Context Navigation{% endblock %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Navigation

As part of the header, #grp-navigation wraps your admin title and user-tools.

Admin Title

The title of your admin interface is defined in settings.py and will be shown as h1 id="grp-admin-title".

{% filter force_escape %}

Grappelli TEST –locale

{% endfilter %}

User-Tools

The user-tools are defined as ul id="grp-user-tools" and contain options for an authenticated user and a possible link to the django-documentation. As you usually don't need to customize them we will give no further explanation.

{% filter force_escape %}

{% endfilter %}
{% endblock %}