uh ca marche pas depuis quand ca ?
This commit is contained in:
parent
6fe3f16ead
commit
315bf4b150
@ -8,7 +8,7 @@
|
|||||||
{%if not current_user.is_authenticated %}
|
{%if not current_user.is_authenticated %}
|
||||||
<button class="unselected" onclick="location.href = '/login';">login</button>
|
<button class="unselected" onclick="location.href = '/login';">login</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
<embed type="text/html" src="{{url_for('static', filename='log/dev.txt')}}" width="100%" height="85%" id="embed">
|
<embed type="text/html" src="{{url_for('static', filename='logs/dev.txt')}}" width="100%" height="85%" id="embed">
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
@ -13,7 +13,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<br><br>
|
<br><br>
|
||||||
<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}" width="100%" height="85%" id="embed">
|
<embed type="text/html" src="{{url_for('static', filename='logs/1.txt')}}" width="100%" height="85%" id="embed">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user