[13:21] woo https://github.com/liftoff/GateOne/tree/master/gateone [13:28] ssh client working on a web browser in python ? cool :) [13:31] yep [13:31] HTML5 ツ [13:32] trying to get the new release with the name change tested and pushed out today.. anyone able to help with testing? [13:32] LTP [13:35] mhall119: Is there a better way to retheme admin than use monkeypatching? [13:37] nigelb: I don't know, I've never tried [13:37] I was making a general statement about monkeypatching [13:38] mhall119: ah, true. [13:38] I spent 3 hours mucking up [13:38] so, that should be a statement about monkeypatching ;) [13:38] nigelb, override the admin templates [13:38] daker: yeah, but the overriding bit needs some monkey patching somewhere [13:39] copy the admin templates to your_project/templates/admin/ [13:39] daker: oh wait [13:39] I'm not changing the entire template [13:39] I'm only changing the base template [13:39] yep you can do it [13:39] well, I did it :)