mirror of
https://github.com/django/django.git
synced 2025-02-11 09:55:22 +00:00
Added load i18n code to the base wizard form template documentation as it uses the trans tag.
This commit is contained in:
parent
4774875896
commit
c23d306df8
@ -186,6 +186,7 @@ Here's a full example template:
|
|||||||
.. code-block:: html+django
|
.. code-block:: html+django
|
||||||
|
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
{% load i18n %}
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{{ wizard.form.media }}
|
{{ wizard.form.media }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user