Fix pool upload page title

This commit is contained in:
Eli Ribble 2026-02-08 00:59:17 +00:00
parent 21fac37597
commit c4decb0afb
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
{{ template "sync/layout/authenticated.html" . }}
{{ define "title" }}Layout Test{{ end }}
{{ define "title" }}Pool Upload{{ end }}
{{ define "extraheader" }}
<style></style>
{{ end }}