diff options
Diffstat (limited to 'app/templates/visualise.html')
-rw-r--r-- | app/templates/visualise.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/visualise.html b/app/templates/visualise.html index 67c3a1c..f1bb068 100644 --- a/app/templates/visualise.html +++ b/app/templates/visualise.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} - +{% set active_page = "tool" %} {% block main %} <h1>Curie Visualise</h1> <p>placeholder uwu</p> |