Skip to content

Commit

Permalink
Don't show version in footer unless logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Nov 27, 2024
1 parent bfe3075 commit 0792ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webtool/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ <h1>
{% endif %}
<li><a href="{{ url_for('show_page', page='citing') }}">How to cite</a></li>
<li><a href="{{ url_for('show_page', page='issues') }}">Help &amp; Bug Reports</a></li>
{% if current_user.is_authenticated %}
<li><abbr title="Version">v</abbr>{{ __version }}</li>
{% endif %}
<li><a href="https://www.oilab.eu">OILab</a>, 2018 &ndash; {{ __datenow.year }}</li>
</ul>
</nav>
Expand Down

0 comments on commit 0792ef4

Please sign in to comment.