~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/ref/contrib/webdesign.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-9lnsrh0i3mxozbt0
Tags: upstream-1.2.3
ImportĀ upstreamĀ versionĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _ref-contrib-webdesign:
2
 
 
3
1
========================
4
2
django.contrib.webdesign
5
3
========================
9
7
              rather than Web *developers*.
10
8
 
11
9
The ``django.contrib.webdesign`` package, part of the
12
 
:ref:`"django.contrib" add-ons <ref-contrib-index>`, provides various Django
 
10
:doc:`"django.contrib" add-ons </ref/contrib/index>`, provides various Django
13
11
helpers that are particularly useful to Web *designers* (as opposed to
14
12
developers).
15
13
 
16
14
At present, the package contains only a single template tag. If you have ideas
17
15
for Web-designer-friendly functionality in Django, please
18
 
:ref:`suggest them <internals-contributing>`.
 
16
:doc:`suggest them </internals/contributing>`.
19
17
 
20
18
Template tags
21
19
=============