From 8efba533979b55ed8ca45c9dcadd098cc935821d Mon Sep 17 00:00:00 2001 From: ssanger Date: Fri, 18 Oct 2024 18:18:43 -0700 Subject: [5.1.x] Added missing alt attribute to tag in docs. Backport of df6013b2b4e93ed6d127c2f572e6de0ba46d1d6a from main. --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 86841b3dbd..c00baf3a07 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -3110,7 +3110,7 @@ slightly different call: {% load static %} {% static "images/hi.jpg" as myphoto %} - + Hi! .. admonition:: Using Jinja2 templates? -- cgit v1.3