handlers: add a TODO [skip ci]

This commit is contained in:
leo 2023-04-19 23:23:22 +02:00
parent 574693ebb2
commit f00b5bdaf8
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -92,7 +92,7 @@ func getTmpl(name string) *template.Template {
liveMode := conf.LiveMode
if liveMode {
log.Info("re-reading tmpls")
log.Info("re-reading tmpls") // TODO: only re-read the tmpl in question.
tpl := template.New("")