diff --git a/templates/user/collections.tmpl b/templates/user/collections.tmpl
index 64ab6a0..f371ce0 100644
--- a/templates/user/collections.tmpl
+++ b/templates/user/collections.tmpl
@@ -1,116 +1,116 @@
{{define "collections"}}
{{template "header" .}}
{{if .Flashes}}
{{range .Flashes}}- {{.}}
{{end}}
{{end}}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
Blogs
{{range $i, $el := .Collections}}-
- {{template "collection-nav" (dict "Alias" .Alias "Path" $.Path "SingleUser" $.SingleUser)}}
+ {{template "collection-nav" (dict "Alias" .Alias "Path" $.Path "SingleUser" $.SingleUser "CanPost" true )}}
{{if .Description}}
{{.Description}}
{{end}}
{{end}}
-
{{if not .NewBlogsDisabled}}
{{end}}
{{if not .NewBlogsDisabled}}
New blog
{{end}}
{{template "foot" .}}
{{template "body-end" .}}
{{end}}
diff --git a/templates/user/include/nav.tmpl b/templates/user/include/nav.tmpl
index 6e208cb..057fc3c 100644
--- a/templates/user/include/nav.tmpl
+++ b/templates/user/include/nav.tmpl
@@ -1,16 +1,16 @@
{{define "collection-breadcrumbs"}}
{{if and .Collection (not .SingleUser)}}