diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2010-03-27 00:14:44 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2010-03-27 00:14:44 +0000 |
| commit | 5fab617f50259f0a4571d255767c74e77e05ae16 (patch) | |
| tree | 35f78a66ddbf0fb4be1b16e4338586492eb70257 /docs | |
| parent | 87e40f8daa0b6070d05299cbc6414007be62993b (diff) | |
[1.1.X] Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley for patch.
Backport of r12862 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/internationalization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/internationalization.txt b/docs/topics/i18n/internationalization.txt index 8bc153e1e4..41b9811971 100644 --- a/docs/topics/i18n/internationalization.txt +++ b/docs/topics/i18n/internationalization.txt @@ -486,7 +486,7 @@ Using the JavaScript translation catalog To use the catalog, just pull in the dynamically generated script like this:: - <script type="text/javascript" src={% url django.views.i18n.javascript_catalog %}"></script> + <script type="text/javascript" src="{% url django.views.i18n.javascript_catalog %}"></script> This uses reverse URL lookup to find the URL of the JavaScript catalog view. When the catalog is loaded, your JavaScript code can use the standard |
