diff options
| author | Jeremy Cowgar <jeremy@cowgar.com> | 2012-05-17 18:53:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-08-19 19:07:48 -0400 |
| commit | eaa6e4e2d164d71b14b8504ef66928e9e3e18d7d (patch) | |
| tree | 85c9b3ecb1263e1fe052267818aa765301dffaf4 | |
| parent | 232a30804446739602d883e87c3b809c4f99d282 (diff) | |
[1.4.X] Added load i18n code to the base wizard form template documentation as it uses the trans tag.
Backport of c23d306df8 from master
| -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 }} |
