diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 5126036..ca7609c 100644
a
|
b
|
interface that content producers can immediately use to start adding content to
|
11 | 11 | the site. In this document, we discuss how to activate, use and customize |
12 | 12 | Django's admin interface. |
13 | 13 | |
14 | | .. admonition:: Note |
15 | | |
16 | | The admin site has been refactored significantly since Django 0.96. This |
17 | | document describes the newest version of the admin site, which allows for |
18 | | much richer customization. If you follow the development of Django itself, |
19 | | you may have heard this described as "newforms-admin." |
20 | | |
21 | 14 | Overview |
22 | 15 | ======== |
23 | 16 | |