Update create_footer_for_all_pages.md (#13123)

Preventing : Invalid block tag
pull/13130/head
Dimaco Dev 2025-05-18 21:38:55 +03:30 zatwierdzone przez Matt Westcott
rodzic 988a48a75a
commit 3c84a30a6e
4 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -26,6 +26,7 @@ Changelog
* Fix: Handle non-JSON-safe fields in `exclude_fields_in_copy` (Matt Westcott)
* Fix: Allow upload of AVIF images through image chooser on Firefox (Matt Westcott)
* Fix: Accept any string beginning with 'y' as confirmation for `import_redirects` command (Matt Westcott)
* Docs: Add missing tag library imports to footer template code in tutorial (Dimaco)
* Maintenance: Refactor `get_embed` to remove `finder` argument which was only used for mocking in unit tests (Jigyasu Rajput)
* Maintenance: Simplify handling of `None` values in `TypedTableBlock` (Jigyasu Rajput)
* Maintenance: Remove squash.io configuration (Sage Abdullah)

Wyświetl plik

@ -890,6 +890,7 @@
* Vishesh Garg
* Paul Craciunoiu
* Richard Allen
* Dimaco
## Translators

Wyświetl plik

@ -41,7 +41,7 @@ depth: 1
### Documentation
* ...
* Add missing tag library imports to footer template code in tutorial (Dimaco)
### Maintenance

Wyświetl plik

@ -122,6 +122,8 @@ Create an `includes` folder in your `mysite/templates` folder. Then in your newl
Now, go to your `mysite/templates/base.html` file and modify it as follows:
```
{% load static %}
{% load wagtailuserbar %}
<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}