mirror of https://github.com/django/django.git
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.
This commit is contained in:
commit
7495730d32
|
@ -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…
Reference in New Issue