Skip to content

Commit

Permalink
[#180] Show first url in AbonnementAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Dec 24, 2024
1 parent 72f05e7 commit b6489be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrc/datamodel/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ def queryset(self, request, queryset):
@admin.register(Abonnement)
class AbonnementAdmin(admin.ModelAdmin):
list_display = (
"callback_url",
"uuid",
"client_id",
"callback_url",
"get_callback_url_reachable",
"get_kanalen_display",
)
Expand Down

0 comments on commit b6489be

Please sign in to comment.