1
0
mirror of https://github.com/django/django.git synced 2025-07-17 16:19:12 +00:00

[3.0.x] Fixed typo in docs/ref/templates/language.txt.

Backport of ecaac9e42f497be04ddc72dfebb6e397ccca9517 from master
This commit is contained in:
Chris May 2020-06-01 14:51:54 -04:00 committed by Mariusz Felisiak
parent 2638627db4
commit 9297a3e627

View File

@ -710,5 +710,5 @@ This is a feature for the sake of maintainability and sanity.
.. seealso:: .. seealso::
:doc:`The Templates Reference </ref/templates/index>` :doc:`The Templates Reference </ref/templates/index>`
Covers built-in tags, built-in filters, using an alternative template, Covers built-in tags, built-in filters, using an alternative template
language, and more. language, and more.