aboutsummaryrefslogtreecommitdiff
path: root/app/templates/home.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-08-30 00:52:21 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-08-30 00:52:21 +0530
commitfa9a26deb28c8d8ec4f1650183f19ddbd4de4ff6 (patch)
tree280f11b6d415cb563fbb1693e637158cf6fa31b2 /app/templates/home.html
parent29798c7351ec3e3c6a13f40b4f80e804ec803006 (diff)
added Molecule Editor
Diffstat (limited to 'app/templates/home.html')
-rw-r--r--app/templates/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html
index 43a84cc..bf4cf32 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -23,6 +23,7 @@
<h3>Misc.</h3>
<ul>
+ <li><a href="{{url_for('editor')}}">Editor</a> - Simple Molecular Editor powered by Kekule.js</li>
<li><a href="{{ url_for('status')}}">Job Status</a> - Check the job status </li>
<li><a href="{{ url_for('visualise')}}">Visualise</a> - Molecular Viewer </li>
</ul>