From 21d466e05696e5ee03ff3f31bf659c6c005335a8 Mon Sep 17 00:00:00 2001 From: oscie Date: Fri, 5 Jul 2024 01:07:50 +0100 Subject: [PATCH] feat: Add Mii name to view --- templates/mii_list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/mii_list.html b/templates/mii_list.html index 69912c51..712107fd 100644 --- a/templates/mii_list.html +++ b/templates/mii_list.html @@ -9,6 +9,7 @@ Mii ID Avatar + Name Action @@ -18,6 +19,7 @@ {{ mii.mii_id }} Mii avatar + {{ mii.name }}