diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 6d4c4672..ea46495d 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -26,7 +26,7 @@ if (rankingpiece) { $(tdid).addClass('yellow'); $(tdid).removeClass('notyellow'); - $(tdid).html('★'); + $(tdid).html('☆'); console.log('adding yellow '+tdid); } else { $(tdid).removeClass('yellow'); @@ -182,7 +182,7 @@