Add an explaination at how to customize templates in the httpserver doc.

This commit is contained in:
Valentin Lorentz 2014-01-20 09:13:25 +01:00
parent 92e4dee3e2
commit aeaec3ec92

View File

@ -258,3 +258,6 @@ are the only 'big' pages), like this::
handler.end_headers() # We won't send more headers handler.end_headers() # We won't send more headers
handler.wfile.write(response) handler.wfile.write(response)
Then, the user can change the template by copying
`data/web/supystory/index.html.example` to
`data/web/supystory/index.html` and editing it. (Same for `error.html`.)