Skip to content

Commit 2d52771

Browse files
committed
fix order of view
1 parent 4907070 commit 2d52771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonkr_backend/curation/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,12 @@ def has_change_permission(self, request, obj=None):
283283
class TranslatedContentAdmin(admin.ModelAdmin):
284284
list_display = (
285285
"title",
286+
"view_link",
286287
"slug",
287288
"author",
288289
"written_date",
289290
"model_name",
290291
"source_rss_item",
291-
"view_link",
292292
"created_at",
293293
)
294294
list_filter = ("written_date", "model_name", "created_at", "author")

0 commit comments

Comments
 (0)