diff options
Diffstat (limited to 'app/templates/molecule_editor.html')
-rw-r--r-- | app/templates/molecule_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/molecule_editor.html b/app/templates/molecule_editor.html index 22d8481..2a8eab3 100644 --- a/app/templates/molecule_editor.html +++ b/app/templates/molecule_editor.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} - +{% set active_page = "tool" %} {% block main %} <h2>Molecule Editor</h2> |