Commit c23d306d authored by Jeremy Cowgar's avatar Jeremy Cowgar
Browse files

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

parent 47748758
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 }}