unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.57k stars 154 forks source link

Typo in README #622

Closed yardensachs closed 1 month ago

yardensachs commented 1 month ago

encomponent is not endcomponent (missing a D).

https://github.com/unfoldadmin/django-unfold/blob/7ced92af44758796f6a6502a3590de51478ba117/README.md?plain=1#L1337-L1340

-    {% component "unfold/components/table.html" with table=table_data card_included=1 striped=1 %}{% encomponent %}
+    {% component "unfold/components/table.html" with table=table_data card_included=1 striped=1 %}{% endcomponent %}
yardensachs commented 1 month ago

Also:

- {% component "unfold/components/card" with title="Card title" %}
+ {% component "unfold/components/card.html" with title="Card title" %}
lukasvinclav commented 1 month ago

Feel free to create a PR fixing the documentation. I will be happy to review it.