aboutsummaryrefslogtreecommitdiff
path: root/app/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/views.py')
-rw-r--r--app/views.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views.py b/app/views.py
index 39db678..b1aa800 100644
--- a/app/views.py
+++ b/app/views.py
@@ -45,6 +45,11 @@ def about():
"""Render about page."""
return render_template('about.html')
+@app.route('/Editor')
+def editor():
+ """Render Molecular Editor"""
+ return render_template('molecule_editor.html')
+
@app.route('/Visualise')
def visualise():
"""Render visualisation page."""