{% 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

The #grp-navigation carries your admin title and the so called user-tools.

Admin Title

The title of your admin is defined in your settings.py.

It will be delivered in as a h1 id="grp-admin-title".

{% filter force_escape %}

Grappelli TEST –locale

{% endfilter %}

User-Tools

The user-tools always come as a ul id="grp-user-tools" and carry 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 %}