aboutsummaryrefslogtreecommitdiff
path: root/app/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/about.html')
-rw-r--r--app/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/about.html b/app/templates/about.html
index b61bfed..c360003 100644
--- a/app/templates/about.html
+++ b/app/templates/about.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-
+{% set active_page = "about" %}
{% block main %}
<h1>About Curie Web</h1>
<p>Curie Web is a web interface for my private Python Library called "Curie", with some aditional superpowers.</p>