Fixing broken email templates

This commit is contained in:
=Corey Hulen
2015-09-16 12:37:54 -07:00
parent ac38aadc12
commit c7bb4ab7f8

View File

@@ -20,7 +20,7 @@ func NewServerTemplatePage(templateName string) *ServerTemplatePage {
return &ServerTemplatePage{
TemplateName: templateName,
Props: props := make(map[string]string),
Props: make(map[string]string),
ClientProps: utils.ClientProperties,
}
}