diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2005-10-04 19:34:43 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2005-10-04 19:34:43 +0000 |
| commit | 6e2b74d65e84938fdc05f2de40bcfe15efadc693 (patch) | |
| tree | 43c91a20fff4506a76c2eaecb0318c793bcd0d1e /docs/templates_python.txt | |
| parent | 8c2b8aaee676131e6cbf6cb9e50393638db6c451 (diff) | |
i18n: merged r722:774 from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 63b734dc44..39b768429b 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -267,7 +267,7 @@ every template automatic access to the current time, use something like this:: from django.core.template import Context import datetime - class TimeContext(template.Context): + class TimeContext(Context): def __init__(self, *args, **kwargs): Context.__init__(self, *args, **kwargs) self['current_time'] = datetime.datetime.now() |
