Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Jun 26, 2022
1 parent 2609572 commit bd4dd80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Web app to log and rate watched movies.

Demo installation can be found [here](https://movary-demo.leepeuker.dev/) (with default password `movary`)

1. [About](#install-via-docker)
2. [Install via docker](#install-via-docker)
3. [Important: First steps](#important-first-steps)
Expand Down
2 changes: 1 addition & 1 deletion templates/component/navbar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<hr class="dropdown-divider">
</li>
{% if loggedIn == true %}
<li><a class="dropdown-item" href="/settings">Settings</a></li>
{# <li><a class="dropdown-item" href="/settings">Settings</a></li>#}
<li><a class="dropdown-item" href="/logout">Logout</a></li>
{% else %}
<li><a class="dropdown-item" href="/login">Login</a></li>
Expand Down

0 comments on commit bd4dd80

Please sign in to comment.