Skip to content

Commit

Permalink
Merge pull request #3378 from uktrade/feat/add-tag-classes-django-admin
Browse files Browse the repository at this point in the history
feat: add tool tag management to Django admin
  • Loading branch information
michalc authored Nov 26, 2024
2 parents be46572 + 372a587 commit ca01d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataworkspace/dataworkspace/apps/applications/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ class ToolTemplateAdmin(admin.ModelAdmin):
"group_name",
"application_summary",
"application_help_link",
"tag",
"tag_extra_css_class",
"spawner",
"spawner_time",
"spawner_options",
Expand Down

0 comments on commit ca01d9b

Please sign in to comment.