kopia lustrzana https://github.com/wagtail/wagtail
rodzic
988a48a75a
commit
3c84a30a6e
|
@ -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)
|
||||
|
|
|
@ -890,6 +890,7 @@
|
|||
* Vishesh Garg
|
||||
* Paul Craciunoiu
|
||||
* Richard Allen
|
||||
* Dimaco
|
||||
|
||||
## Translators
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ depth: 1
|
|||
|
||||
### Documentation
|
||||
|
||||
* ...
|
||||
* Add missing tag library imports to footer template code in tutorial (Dimaco)
|
||||
|
||||
### Maintenance
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue