feat(itim): Ability to add external link to cluster

ref: #244 #71 #6
This commit is contained in:
2024-08-18 15:41:05 +09:30
parent 6b28569bca
commit bfb20dab0f
9 changed files with 123 additions and 192 deletions

View File

@ -134,7 +134,7 @@ class Index(IndexView):
class View(ChangeView):
context_object_name = "item"
context_object_name = "cluster"
form_class = DetailForm