Resolve "Tweak migrated.html template for migration fail cases"
Closes #26 (closed) Edit: This MR covers a little more than was described in #26 (closed). Things that were done:
-
added white-space wrapping for html pre tags - used to display stdout, stderr and kea generated config -
introduced jinja html template inheritance - less html redundancy and common styling for all pages displayed to the user -
introduced flask url_for - better URLs maintenance -
simplified share_file
form -
tweaked migrated.html
template - display content only when available -
obfuscate file paths displayed in production in stderr
andstdout
-
py and html code cleaning, typos fixing etc.
Edited by Piotrek Zadroga