putting the login message in the right block

pull/924/head
Adrian Maraj 2024-07-09 10:18:44 +02:00
parent 6614a39abb
commit 14d5389e18
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>,