Skip to content

Commit

Permalink
CONCD-914 move the campaign slug column
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Aug 27, 2024
1 parent 4e7e75b commit 8bf4a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,9 +779,9 @@ class TranscriptionAdmin(admin.ModelAdmin):
"id",
"asset",
"user",
"campaign_slug",
"truncated_text",
"created_on",
"campaign_slug",
"accepted",
"rejected",
"reviewed_by",
Expand Down

0 comments on commit 8bf4a3c

Please sign in to comment.