fix date on startpage
parent
a925723c6d
commit
0971615f98
|
@ -182,7 +182,7 @@ def html_startpage_info(seller_listings_count, cheaper_listings_count, compare_t
|
|||
<h3>Runtime info</h3>
|
||||
<p>Compare time needed: ''' + str(compare_time) + '''</p>
|
||||
<p>Export time needed: ''' + str(export_time) + '''</p>
|
||||
<p>Date of creation: ''' + str(cheaper_listings_count) + '''</p>
|
||||
<p>Date of creation: ''' + str(date) + '''</p>
|
||||
</div>
|
||||
<div class="w3-center-align">
|
||||
<form action="compare/1.html"+">
|
||||
|
@ -209,3 +209,5 @@ def html_startpage_trailer():
|
|||
</html>
|
||||
'''
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue