コード例 #1
0
ファイル: admin_topic.go プロジェクト: JessonChan/wetalk
// view for edit object
func (this *TopicAdminRouter) Edit() {
	form := post.TopicAdminForm{}
	form.SetFromTopic(&this.object)
	this.SetFormSets(&form)
}