Skip to content

Commit 1500e04

Browse files
haoqi-shenaudiodude
authored andcommitted
fix(logs): add Automatically generated template to log pages
1 parent 15ac523 commit 1500e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp1/logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def update_log_page_for_project(project_name):
201201

202202
p = api.get_page(log_page_name(project_name))
203203

204-
header = ('<noinclude>{{Log}}</noinclude>\n')
204+
header = ('<noinclude>{{Log}}\n{{Automatically generated}}</noinclude>\n')
205205

206206
if len(edits) == 0:
207207
today = get_current_datetime()

0 commit comments

Comments
 (0)