diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-30 12:50:38 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-30 12:50:38 +0530 |
commit | e64830992db27939840bc68364de3f47441c154f (patch) | |
tree | aaaecfddc19b35c069a52e05191b2bb00425a88d /app/templates | |
parent | fa9a26deb28c8d8ec4f1650183f19ddbd4de4ff6 (diff) |
added ketcher option
Diffstat (limited to 'app/templates')
-rw-r--r-- | app/templates/molecule_editor.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/molecule_editor.html b/app/templates/molecule_editor.html index 026b7fe..22d8481 100644 --- a/app/templates/molecule_editor.html +++ b/app/templates/molecule_editor.html @@ -6,6 +6,10 @@ <p>Powered by <a href="https://github.com/partridgejiang/Kekule.js">Kekule.js</a> + +<h4>Prefer Ketcher instead?</h4> +<p>Click <a href="{{ url_for('static', filename='ketcher/ketcher.html') }}">here.</a></p> + <br> @@ -48,4 +52,6 @@ <br> + + {% endblock %}
\ No newline at end of file |