songs2slides

A tool that automatically finds song lyrics and creates lyric slideshows
git clone https://git.ashermorgan.net/songs2slides/
Log | Files | Refs | README

commit 3163645c5df48cbb55eedd78e6180a2c924bc399
parent d17fffd9a96f0bf745d9211be6e5085ca0fdcdd0
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Thu, 28 Mar 2024 15:06:29 -0700

Fix Flask error on 404 page

Diffstat:
Msongs2slides/templates/layout.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/songs2slides/templates/layout.html b/songs2slides/templates/layout.html @@ -12,7 +12,7 @@ </head> <body> <header> - <a href="{{ url_for('.home') }}"> + <a href="{{ url_for('main.home') }}"> <img src="{{ url_for('static', filename='icon.svg') }}" alt=""/> Songs2Slides </a>