Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed May 29, 2024
1 parent 0cf8bff commit 6056d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/previews/simple_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ExampleComponent(component.Component):
template = """
<span title="{{ self.title }}">
{{ self.content }}
</span>
</span>
"""

def __init__(self, **kwargs):
Expand All @@ -25,7 +25,6 @@ def with_template_render(self, title="default title", **kwargs):
template = Template(
"""
{% load viewcomponent_tags %}
{% component "example" title=title %}
{% endcomponent %}
"""
Expand Down

0 comments on commit 6056d1c

Please sign in to comment.