mirror of
https://github.com/django-components/django-components.git
synced 2025-09-27 16:09:07 +00:00
fix: endfill
instead of endslot
in README.md
This commit is contained in:
parent
480bb45d35
commit
a56fc40f19
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ Certain properties of a slot can be accessed from within a 'fill' context. They
|
||||||
|
|
||||||
```htmldjango
|
```htmldjango
|
||||||
{% component_block "calendar" date="2020-06-06" %}
|
{% component_block "calendar" date="2020-06-06" %}
|
||||||
{% fill "body" as "body" %}{{ body.default }}. Have a great day!{% endslot %}
|
{% fill "body" as "body" %}{{ body.default }}. Have a great day!{% endfill %}
|
||||||
{% endcomponent_block %}
|
{% endcomponent_block %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue