We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d5fa0 commit a5b14fcCopy full SHA for a5b14fc
README.md
@@ -1351,8 +1351,8 @@ def dashboard_callback(request: HttpRequest) -> Dict:
1351
```
1352
1353
```django-html
1354
-{% component "unfold/components/card" with title="Card title" %}
1355
- {% component "unfold/components/table.html" with table=table_data card_included=1 striped=1 %}{% encomponent %}
+{% component "unfold/components/card.html" with title="Card title" %}
+ {% component "unfold/components/table.html" with table=table_data card_included=1 striped=1 %}{% endcomponent %}
1356
{% endcomponent %}
1357
1358
0 commit comments