{{/*### Handler=/dev/tokens/edit TitleBar=Edit API token KyutGrill=dev.jpg MinPrivileges=2 Include=menu.html HugeHeadingRight=true */}} {{ define "tpl" }} {{ $ := . }}
{{ template "devSidebar" . }}
{{ with .Get "tokens?id=%d" (.Gin.Query "id" | atoint) }} {{ if .tokens }} {{ with index .tokens 0 }}
{{ csrfGenerate $.Context.User.ID }} {{ ieForm $.Gin }}
{{ csrfGenerate $.Context.User.ID }} {{ ieForm $.Gin }}
{{ end }} {{ else }} That token could not be found! {{ end }} {{ end }}
{{ end }}