diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 23:51:21 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 23:51:21 +0530 |
commit | d20017680bf6e8dfd2e4bcd69654a545f9a8350c (patch) | |
tree | 796e228c567f34136941d68b0de100b0376a4f0e /app/templates/molecule_editor.html | |
parent | 1b530ca5d1662df06b9d6d3fb5980bcfed1fda5e (diff) |
added active link for all pages to navbar
added dropdowns
removed starter files
removed sentry completely
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> |