{{define "admin/category_edit"}} {{template "admin/head" .}} {{template "admin/navigation" .}}
{{template "skel/flash" .}}

Update category

{{with .category}}
{{ $.csrfField }}
{{end}}
{{template "admin/footer" .}} {{end}}