diff --git a/web/templates/todo.html b/web/templates/todo.html
index 52055ad..334de2f 100644
--- a/web/templates/todo.html
+++ b/web/templates/todo.html
@@ -7,6 +7,7 @@
CanciĆ³n |
Video |
Subtitulos |
+ ASS |
@@ -15,6 +16,7 @@
{{ song.name }} |
{{ song.video|display_boolean }} |
{{ song.has_subtitles|display_boolean }} |
+ {{ song.ass|display_boolean }} |
{% endfor %}