Django

Code

Changeset 1121

Show
Ignore:
Timestamp:
11/07/05 08:24:13 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/i18n.txt. Thanks, Esaj

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/i18n.txt

    r1117 r1121  
    455455Activate this view by adding the following line to your URLconf:: 
    456456 
    457     (r'^i18n/', include('django.conf.urls.i18n')
     457    (r'^i18n/', include('django.conf.urls.i18n'))
    458458 
    459459(Note that this example makes the view available at ``/i18n/setlang/``.)