diff --git a/admin/templates/html/artists.html b/admin/templates/html/artists.html index 85a3953..7652d78 100644 --- a/admin/templates/html/artists.html +++ b/admin/templates/html/artists.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Artists ({{len .Artists}} total)

+

Artists ({{len .Artists}} total)

Create New
diff --git a/admin/templates/html/releases.html b/admin/templates/html/releases.html index ba59c68..3cf110b 100644 --- a/admin/templates/html/releases.html +++ b/admin/templates/html/releases.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Releases ({{len .Releases}} total)

+

Releases ({{len .Releases}} total)

Create New
diff --git a/admin/templates/html/tracks.html b/admin/templates/html/tracks.html index 746e535..c470297 100644 --- a/admin/templates/html/tracks.html +++ b/admin/templates/html/tracks.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Tracks ({{len .Tracks}} total)

+

Tracks ({{len .Tracks}} total)

Create New