mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
update webpage name to be much longer, remove .html from links and refactor newsletter layout
This commit is contained in:
@@ -31,7 +31,7 @@ def generate(domain):
|
||||
order by modified desc""" % (doctype, d.condition_field))
|
||||
|
||||
for p in pages:
|
||||
page_url = os.path.join(domain, urllib.quote(p[0]) + '.html')
|
||||
page_url = os.path.join(domain, urllib.quote(p[0]))
|
||||
modified = p[1].strftime('%Y-%m-%d')
|
||||
site_map += link_xml % (page_url, modified)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user