mirror of
https://github.com/django/django.git
synced 2025-01-30 20:19:22 +00:00
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…
x
Reference in New Issue
Block a user