mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-07-03 18:26:23 +00:00
Add WebIDE UIModule
This commit is contained in:
6
src/app/ui_modules/webide.py
Normal file
6
src/app/ui_modules/webide.py
Normal file
@ -0,0 +1,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)
|
Reference in New Issue
Block a user