summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeremy Cowgar <jeremy@cowgar.com>2012-05-17 18:53:57 -0400
committerJeremy Cowgar <jeremy@cowgar.com>2012-05-17 18:53:57 -0400
commitc23d306df83d226b4f3b5b852ec9fb22be12c61e (patch)
tree16c19ec8dc2a05cfeb6a3abfa95e31c3e850949f /docs
parent4774875896dec4098dba2981d562bd74e75c463f (diff)
Added load i18n code to the base wizard form template documentation as it uses the trans tag.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/formtools/form-wizard.txt1
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 }}