From 13745399d6d013151a1cc9ed5556525fa3b19048 Mon Sep 17 00:00:00 2001 From: adamghill Date: Sat, 24 Feb 2024 23:09:14 -0500 Subject: [PATCH] Add HTML comment to the top of example child components for future testing. --- example/unicorn/templates/unicorn/nested/filter.html | 5 +++-- example/unicorn/templates/unicorn/nested/row.html | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/example/unicorn/templates/unicorn/nested/filter.html b/example/unicorn/templates/unicorn/nested/filter.html index 8c8477f5..51fcb434 100644 --- a/example/unicorn/templates/unicorn/nested/filter.html +++ b/example/unicorn/templates/unicorn/nested/filter.html @@ -1,4 +1,5 @@ +
- Filter:
- Search: "{{ search }}" + Filter:
+ Search: "{{ search }}"
diff --git a/example/unicorn/templates/unicorn/nested/row.html b/example/unicorn/templates/unicorn/nested/row.html index 2afa0c77..a00c1cf5 100644 --- a/example/unicorn/templates/unicorn/nested/row.html +++ b/example/unicorn/templates/unicorn/nested/row.html @@ -1,3 +1,4 @@ + {% load unicorn %}