Commit eaa6e4e2 authored by Jeremy Cowgar's avatar Jeremy Cowgar Committed by Tim Graham
Browse files

[1.4.X] Added load i18n code to the base wizard form template documentation as...

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

Backport of c23d306d from master
parent 232a3080
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ Here's a full example template:
.. code-block:: html+django

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

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