Added load i18n code to the base wizard form template documentation as it uses the trans tag.

This commit is contained in:
Jeremy Cowgar 2012-05-17 18:53:57 -04:00
parent 4774875896
commit c23d306df8
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 }}