Skip to content

Commit dc7dc4a

Browse files
Christopher Engelredimp
authored andcommitted
fixes title of edit pages to show 'pagename - edit'
1 parent 4179fe1 commit dc7dc4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

otterwiki/wiki.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ def editor(self, author, handle_draft=None):
776776

777777
return render_template(
778778
"editor.html",
779+
title="{} - edit".format(self.pagename),
779780
pagename=self.pagename,
780781
pagepath=self.pagepath,
781782
content_editor=content,

0 commit comments

Comments
 (0)