Show More
@@ -18,6 +18,7 b' class EditorHandler(IPythonHandler):' | |||||
18 |
|
18 | |||
19 | self.write(self.render_template('texteditor.html', |
|
19 | self.write(self.render_template('texteditor.html', | |
20 | file_path=url_escape(path), |
|
20 | file_path=url_escape(path), | |
|
21 | page_title=path.rsplit('/', 1)[-1] + " (editing)", | |||
21 | ) |
|
22 | ) | |
22 | ) |
|
23 | ) | |
23 |
|
24 |
General Comments 0
You need to be logged in to leave comments.
Login now