Lots of cleanup

This commit is contained in:
Jeremy Stretch
2025-11-04 16:49:56 -05:00
parent c05106f9b2
commit 59899d0d9a
7 changed files with 184 additions and 26 deletions

View File

@@ -183,5 +183,5 @@ def static_with_params(path, **params):
@register.simple_tag(takes_context=True)
def render_panel(context, panel):
return mark_safe(panel.render(context))
def render(context, component):
return mark_safe(component.render(context))