Skip to content

Commit

Permalink
Add HTML comment to the top of example child components for future te…
Browse files Browse the repository at this point in the history
…sting.
  • Loading branch information
adamghill committed Feb 25, 2024
1 parent 0f001da commit 1374539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/unicorn/templates/unicorn/nested/filter.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- filter.html -->
<div>
Filter: <input type="text" unicorn:model="search" /><br />
Search: "{{ search }}"
Filter: <input type="text" unicorn:model="search" /><br />
Search: "{{ search }}"
</div>
1 change: 1 addition & 0 deletions example/unicorn/templates/unicorn/nested/row.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- row.html -->
{% load unicorn %}
<tr>
<td>
Expand Down

0 comments on commit 1374539

Please sign in to comment.