aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates/base.html')
-rw-r--r--frontend/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/templates/base.html b/frontend/templates/base.html
index 5a50f03..05e875c 100644
--- a/frontend/templates/base.html
+++ b/frontend/templates/base.html
@@ -44,6 +44,7 @@
<ul class="nav navbar-nav">
{# FIXME: Add class="active" to "li" when we are on the given page already #}
<li><a href="/">Home</a></li>
+ <li><a href="/maintainers">Maintainers</a></li>
{# TODO: Add other pages, potentially by iterating FlaskView's + some metadata in them (sequence or hide_navigation) instead of hardcoding #}
</ul>
</div>
@@ -60,4 +61,4 @@
</header>
</body>
-</html> \ No newline at end of file
+</html>