Skip to content

Commit

Permalink
🔢 media_file_count (#110)
Browse files Browse the repository at this point in the history
* Adds display template for media file count

* Removes double definition of media_file_count display_template

---------

Co-authored-by: Harpo Harbert <ryan_harbert@wgbh.org>
  • Loading branch information
afred and mrharpo authored Aug 11, 2023
1 parent cd8f018 commit 8d6b2af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chowda/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ class BatchView(ModelView):
MediaFilesGuidsField(
'media_files',
id='media_file_guids',
label='GUID Links',
display_template='displays/media_files.html',
label='GUIDs',
),
]

Expand Down

0 comments on commit 8d6b2af

Please sign in to comment.