Skip to content

Commit

Permalink
Fix the nav collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Feb 28, 2024
1 parent 9346a64 commit 6474f61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pste/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<img src="{{ url_for('static', filename='img/favicon.png') }}" width="30" height="30" alt="">
</a>
{% if current_user.is_authenticated %}
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarText">
<div class="navbar-nav">
<a href="{{ url_for('auth.logout') }}" class="nav-item nav-link text-muted">Log out</a>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pste"
version = "0.8.2"
version = "0.8.3"
description = "Just a simple file hosting application inspired by the likes of pomf.se and teknik.io."
authors = ["Lee Watson <me@lwatson.dev>"]
license = "GPL-3.0+"
Expand Down

0 comments on commit 6474f61

Please sign in to comment.