Merge pull request #924 from adrima01/hidden

putting the login message in the right block
pull/925/head
Raphaël Vinot 2024-07-09 10:21:37 +02:00 committed by GitHub
commit d4d06bd24c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ $(document).ready(function () {
<a href="{{ url_for('simple_capture') }}">
<button class="new-capture-button btn btn-primary">Takedown process</button>
</a>
{% endif %}
{% if current_user.is_authenticated %}
<br>
<p class="lead">
You are logged-in as <strong>{{ current_user.id }}</strong>,