Skip to content

Commit

Permalink
updated - related issue #22
Browse files Browse the repository at this point in the history
  • Loading branch information
iColdPlayer committed Oct 12, 2020
1 parent cee81f4 commit 16c71cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
{% include 'shared/nav.html' %}
{% elif url_name == 'my_guests' %}
{% include 'shared/nav.html' %}
{% elif url_name == 'change_pass' %}
{% include 'shared/nav.html' %}
{% else %}
{% include 'shared/navbar.html' with brand_name='Okular' %}
{% endif %}
Expand Down

0 comments on commit 16c71cf

Please sign in to comment.