Commit 7495730d authored by Chris Beaven's avatar Chris Beaven
Browse files

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.
parents 47748758 c23d306d
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 }}