Corrected spelling of loaded tag 'wagtailimages_tags' (#11610)

Corrected spelling in getting started documentation.
From 'wagtailimages_tag' to 'wagtailimages_tags'
pull/11613/head
Ankur Raiyani 2024-02-07 17:40:26 +05:30 zatwierdzone przez Matt Westcott
rodzic 8151f9f704
commit 6fcf52808b
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -794,6 +794,7 @@
* Karthik Ayangar
* mirusu400
* Advik Kabra
* Ankur Raiyani
## Translators

Wyświetl plik

@ -667,7 +667,7 @@ class BlogPage(Page):
]
```
This method is now available from your templates. Update `blog_index_page.html` to load the `wagtailimages_tag` and include the main image as a thumbnail alongside each post:
This method is now available from your templates. Update `blog_index_page.html` to load the `wagtailimages_tags` library and include the main image as a thumbnail alongside each post:
```html+django
<!-- Load wagtailimages_tags: -->