Change template.html to index.html
This commit is contained in:
parent
358663f1e4
commit
8cb024f82d
@ -332,7 +332,7 @@ ul.social li{
|
||||
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td class="logo" style="text-align: center;">
|
||||
<h1>${heading}</h1>
|
||||
<h1>${header}</h1>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
@ -7,7 +7,7 @@ def main(dir, page):
|
||||
html_template = html.main.get_html("templates/ezmail/html")
|
||||
html_page = html.main.get_html(dir)
|
||||
params_list = {
|
||||
"template" : html_template ["template.html" ] ,
|
||||
"index" : html_template ["index.html" ] ,
|
||||
"container" : html_page [ page+".html" ]
|
||||
}
|
||||
return params_list
|
||||
|
Loading…
Reference in New Issue
Block a user