mais quoi ??

This commit is contained in:
piair
2023-09-10 11:02:15 +02:00
parent 01f678a216
commit e7f74e6882
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
{% block content %}
<script>data = JSON.parse('{{data|tojson}}'); </script>
<script>data = JSON.parse('{{configs|tojson}}'); </script>
{%if not current_user.is_authenticated %}
<button class="unselected" onclick="location.href = '/login';">login</button>
{% else %}