Closes #11893: Convert ChangeLogWidget for use with all models

This commit is contained in:
jeremystretch
2023-03-14 08:39:18 -04:00
parent 6a696d9ed7
commit af63ac693e
4 changed files with 28 additions and 13 deletions

View File

@@ -1,4 +0,0 @@
<div class="htmx-container"
hx-get="{% url 'extras:objectchange_list' %}?sort=-time"
hx-trigger="load"
></div>

View File

@@ -0,0 +1,4 @@
<div class="htmx-container"
hx-get="{% url viewname %}"
hx-trigger="load"
></div>