mirror of https://github.com/CIRCL/lookyloo
Merge pull request #924 from adrima01/hidden
putting the login message in the right blockpull/925/head
commit
d4d06bd24c
|
@ -87,6 +87,8 @@ $(document).ready(function () {
|
||||||
<a href="{{ url_for('simple_capture') }}">
|
<a href="{{ url_for('simple_capture') }}">
|
||||||
<button class="new-capture-button btn btn-primary">Takedown process</button>
|
<button class="new-capture-button btn btn-primary">Takedown process</button>
|
||||||
</a>
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
{% if current_user.is_authenticated %}
|
||||||
<br>
|
<br>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
You are logged-in as <strong>{{ current_user.id }}</strong>,
|
You are logged-in as <strong>{{ current_user.id }}</strong>,
|
||||||
|
|
Loading…
Reference in New Issue