From 2efc34dc5e65da792700af6594c537104cbee9dc Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Sun, 23 Mar 2008 17:18:58 +0000 Subject: gis: Merged revisions 7280-7353 via svnmerge from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@7354 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../contrib/admin/templates/admin_doc/index.html | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'django/contrib/admin/templates/admin_doc/index.html') diff --git a/django/contrib/admin/templates/admin_doc/index.html b/django/contrib/admin/templates/admin_doc/index.html index 64766fb46f..750dd2f5ac 100644 --- a/django/contrib/admin/templates/admin_doc/index.html +++ b/django/contrib/admin/templates/admin_doc/index.html @@ -1,27 +1,27 @@ -{% extends "admin/base_site.html" %} -{% load i18n %} -{% block breadcrumbs %}{% endblock %} -{% block title %}Documentation{% endblock %} - -{% block content %} - -

Documentation

- -
-

Tags

-

List of all the template tags and their functions.

- -

Filters

-

Filters are actions which can be applied to variables in a template to alter the output.

- -

Models

-

Models are descriptions of all the objects in the system and their associated fields. Each model has a list of fields which can be accessed as template variables.

- -

Views

-

Each page on the public site is generated by a view. The view defines which template is used to generate the page and which objects are available to that template.

- -

Bookmarklets

-

Tools for your browser to quickly access admin functionality.

-
- -{% endblock %} +{% extends "admin/base_site.html" %} +{% load i18n %} +{% block breadcrumbs %}{% endblock %} +{% block title %}Documentation{% endblock %} + +{% block content %} + +

Documentation

+ +
+

Tags

+

List of all the template tags and their functions.

+ +

Filters

+

Filters are actions which can be applied to variables in a template to alter the output.

+ +

Models

+

Models are descriptions of all the objects in the system and their associated fields. Each model has a list of fields which can be accessed as template variables.

+ +

Views

+

Each page on the public site is generated by a view. The view defines which template is used to generate the page and which objects are available to that template.

+ +

Bookmarklets

+

Tools for your browser to quickly access admin functionality.

+
+ +{% endblock %} -- cgit v1.3