diff options
| author | Jeremy Cowgar <jeremy@cowgar.com> | 2012-05-17 18:53:57 -0400 |
|---|---|---|
| committer | Jeremy Cowgar <jeremy@cowgar.com> | 2012-05-17 18:53:57 -0400 |
| commit | c23d306df83d226b4f3b5b852ec9fb22be12c61e (patch) | |
| tree | 16c19ec8dc2a05cfeb6a3abfa95e31c3e850949f /docs/ref | |
| parent | 4774875896dec4098dba2981d562bd74e75c463f (diff) | |
Added load i18n code to the base wizard form template documentation as it uses the trans tag.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index a3d9673db9..7aafbe89f3 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -186,6 +186,7 @@ Here's a full example template: .. code-block:: html+django {% extends "base.html" %} + {% load i18n %} {% block head %} {{ wizard.form.media }} |
