This commit is contained in:
life
2014-06-24 21:14:17 +08:00
parent a0acd31fcf
commit 8e05e433de
5 changed files with 7 additions and 3 deletions

View File

@ -173,6 +173,8 @@ func (c Blog) Set() revel.Result {
c.getRecentBlogs(userId)
c.SetLocale();
return c.RenderTemplate("blog/set.html")
}