This commit is contained in:
Trey t
2023-07-26 13:11:17 -05:00
parent 25a50c452e
commit 6273ae9222
18 changed files with 16698 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ class SupersetExerciseInline(admin.StackedInline):
@admin.register(Superset)
class SupersetAdmin(ImportExportModelAdmin):
list_display = ("name", "workout", "order", "rounds", "get_workout_id",)
list_display = ("name", "workout", "order", "rounds", "get_workout_id", "estimated_time",)
ordering = ("order",)
inlines = [
SupersetExerciseInline,