Skip to content

Commit

Permalink
[1.4.X] Added load i18n code to the base wizard form template documen…
Browse files Browse the repository at this point in the history
…tation as it uses the trans tag.

Backport of c23d306 from master
  • Loading branch information
jcowgar authored and timgraham committed Aug 19, 2012
1 parent 232a308 commit eaa6e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ref/contrib/formtools/form-wizard.txt
Expand Up @@ -186,6 +186,7 @@ Here's a full example template:
.. code-block:: html+django

{% extends "base.html" %}
{% load i18n %}

{% block head %}
{{ wizard.form.media }}
Expand Down

0 comments on commit eaa6e4e

Please sign in to comment.