Skip to content

Commit

Permalink
chore: fix recursion in htmx templates
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jan 8, 2024
1 parent f7c1b43 commit 6dc1253
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "collection/serialize/table_main.html" %}
{% extends "collection/serialize/table_table.html" %}

{% import "macros/form.html" as form %}
{% set sort_name = collection.name ~ ":sort" %}
Expand Down
1 change: 0 additions & 1 deletion ckanext/collection/utils/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ class TableSerializer(HtmlSerializer[types.TDataCollection]):
"collection/serialize/table_form.html",
)


prefix: str = shared.configurable_attribute("collection-table")
base_class: str = shared.configurable_attribute("collection")

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ckanext-collection
version = 0.1.0a6
version = 0.1.0a7
description =
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 6dc1253

Please sign in to comment.