aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-06-25 22:51:22 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-06-25 22:51:22 +0530
commit100f1d8b55bd21b3fe05f6330d0a00da4929b8f8 (patch)
tree7844061c21506d64f64c422e8be094a0b1fc26b4 /app/templates
parent2a62deea751167bff23853911ae0dd8c2dfdf3fc (diff)
added About
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>
<!--