forked from piair/MsRewards-Reborn
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 %}
|
||||
<button class="unselected" onclick="location.href = '/login';">login</button>
|
||||
{% 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 %}
|
||||
{% endblock %}
|
@ -13,7 +13,7 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
<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