mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing broken email templates
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user