Skip to content

Commit

Permalink
feat: List License URL in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 8, 2024
1 parent 6e27df3 commit 377b817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_registry/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ def last_task(self, obj):
@admin.register(License)
class LicenseAdmin(TabbedDjangoJqueryTranslationAdmin):
form = forms.LicenseAdminForm
list_display = ["__str__", "url"]

fieldsets = (
(
Expand Down

0 comments on commit 377b817

Please sign in to comment.