mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-07-03 16:56:23 +00:00
Adapt CSS to Ace
This commit is contained in:
@ -4,3 +4,6 @@ from tornado.web import UIModule
|
||||
class WebIDE(UIModule):
|
||||
def render(self, anchor_id, *args, **kwargs):
|
||||
return self.render_string('module-webide.html', anchor_id=anchor_id, **kwargs)
|
||||
|
||||
def css_files(self):
|
||||
return ['module-webide.css']
|
||||
|
Reference in New Issue
Block a user