From 8ad135d30e64ecb7ec6140cbdee85f3fd4c08a7d Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 14 Jul 2022 11:31:55 +0000
Subject: [PATCH 1/3] contrib-readme-action has updated readme
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index b2856c7d..5128779d 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,13 @@ TEMPLATES = [
+
+
+
+
+
+
+ |
From 5910d8d004a1a626a4b60f1678c451a9682be484 Mon Sep 17 00:00:00 2001
From: KimSia Sim <245021+simkimsia@users.noreply.github.com>
Date: Fri, 15 Jul 2022 14:00:39 +0800
Subject: [PATCH 2/3] Update README.md
Typo in `believe` and also missing `{}` for `{ slot.super }`
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5128779d..70c3dfe8 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ When using the component, you specify what slots you want to fill and where you
```htmldjango
{% component_block "calendar" date="2020-06-06" %}
- {% slot "body" %}Can you belive it's already {{ date }}??{% endslot %}
+ {% slot "body" %}Can you believe it's already {{ date }}??{% endslot %}
{% endcomponent_block %}
```
@@ -312,7 +312,7 @@ If you want to include a slot's default content while adding additional content,
```htmldjango
{% component_block "calendar" date="2020-06-06" %}
- {% slot "body" %}{ slot.super }. Have a great day!{% endslot %}
+ {% slot "body" %}{{ slot.super }}. Have a great day!{% endslot %}
{% endcomponent_block %}
```
From 0366569a69e69b72cde3b3c031b3eae2a49d02f2 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 15 Jul 2022 17:31:52 +0000
Subject: [PATCH 3/3] contrib-readme-action has updated readme
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 70c3dfe8..5b9e3c28 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,13 @@ TEMPLATES = [
Real-Gecko
|
+
+
+
+
+ KimSia Sim
+
+ |
|