From cb2ced5d521b4715b8d2d79582f80d5a75ee2e8e Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Mon, 21 Nov 2022 19:56:06 +0100 Subject: [PATCH] =?UTF-8?q?n=C3=BAmero=20de=20la=20canci=C3=B3n=20en=20la?= =?UTF-8?q?=20p=C3=A1gina=20de=20la=20canci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/templates/song.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/templates/song.html b/res/templates/song.html index 97f8d3c..105b485 100644 --- a/res/templates/song.html +++ b/res/templates/song.html @@ -9,7 +9,7 @@ {% include "header.html" with path=".." %}
-

{{ song.name}}

+

{{song.number}}. {{ song.name}}

Categoría: {{ song.category|title }} {% if song.author %} por {{ song.author }}