From 94a10ec92a2dae03ac3db4bebc13b6e8665c3b5a Mon Sep 17 00:00:00 2001 From: eclipse Date: Tue, 27 May 2025 18:29:10 +0200 Subject: [PATCH] added menu entry "Titelbilder" --- the_works/templates/_nav.html | 1 + 1 file changed, 1 insertion(+) diff --git a/the_works/templates/_nav.html b/the_works/templates/_nav.html index c2268d2..cbd2574 100644 --- a/the_works/templates/_nav.html +++ b/the_works/templates/_nav.html @@ -9,6 +9,7 @@ ("Reihen", url_for("reihe.all")), ("Sprachen", url_for("sprache.all")), ("Textformen", url_for("textform.all")), + ("Titelbilder", url_for("titelbild.all")), ("Verlage", url_for("verlag.all")), ("Werksformen", url_for("werksform.all")) ))