mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[1.4.X] Added load i18n code to the base wizard form template documentation as it uses the trans tag.
Backport of c23d306df8
from master
This commit is contained in:
parent
232a308044
commit
eaa6e4e2d1
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ Here's a full example template:
|
|||
.. code-block:: html+django
|
||||
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block head %}
|
||||
{{ wizard.form.media }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue