Small change to a template in the FormWizard docs

Specifically, the template was referred to as a "full example template"
but didn't {% load i18n %} even though {% trans %} was used.
This commit is contained in:
Chris Beaven 2012-05-18 11:04:13 +12:00
commit 7495730d32
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ Here's a full example template:
.. code-block:: html+django
{% extends "base.html" %}
{% load i18n %}
{% block head %}
{{ wizard.form.media }}