diff --git a/docs/index.txt b/docs/index.txt index 575d27ed666..b92d057b630 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -152,7 +152,6 @@ designers and how it can be extended by programmers: * **For designers:** :doc:`Language overview ` | :doc:`Built-in tags and filters ` | - :doc:`Web design helpers ` | :doc:`Humanization ` * **For programmers:** diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index b7aef71e450..7dba5d364c2 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2535,13 +2535,6 @@ django.contrib.humanize A set of Django template filters useful for adding a "human touch" to data. See :doc:`/ref/contrib/humanize`. - -django.contrib.webdesign -^^^^^^^^^^^^^^^^^^^^^^^^ - -A collection of template tags that can be useful while designing a Web site, -such as a generator of Lorem Ipsum text. See :doc:`/ref/contrib/webdesign`. - static ^^^^^^