aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index 2ee00b9..7711512 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -22,7 +22,7 @@
<li class="nav-item active">
<a class="nav-link" href="{{ url_for('home') }}">Home <span class="sr-only">(current)</span></a>
</li>
- <li class="nav-item active">
+ <li class="nav-item">
<a class="nav-link" href="{{ url_for('about') }}">About</a>
</li>
<!--