blog
This commit is contained in:
@ -173,6 +173,8 @@ func (c Blog) Set() revel.Result {
|
||||
|
||||
c.getRecentBlogs(userId)
|
||||
|
||||
c.SetLocale();
|
||||
|
||||
return c.RenderTemplate("blog/set.html")
|
||||
}
|
||||
|
||||
|
@ -168,7 +168,7 @@ $(function() {
|
||||
selector : "#AboutMe",
|
||||
content_css : [ "/css/bootstrap.css", "/css/editor/editor.css" ],
|
||||
skin : "custom",
|
||||
language : "zh",
|
||||
language : "{{.locale}}",
|
||||
height : 300,
|
||||
width : "100%",
|
||||
skin : "custom",
|
||||
|
Reference in New Issue
Block a user