ready for version 0.2

This commit is contained in:
nocci 2025-04-22 13:45:13 +02:00
parent 3a79036ec4
commit 4bebbb27e4
9 changed files with 157 additions and 37 deletions

View file

@ -45,6 +45,8 @@
</ul>
</div>
{% if current_user.is_authenticated %}
<a href="{{ url_for('export_games') }}" class="btn btn-outline-secondary">⬇️ {{ _('Export') }}</a>
<a href="{{ url_for('import_games') }}" class="btn btn-outline-secondary">⬆️ {{ _('Import') }}</a>
<a href="{{ url_for('logout') }}" class="btn btn-danger ms-3">{{ _('Logout') }}</a>
{% endif %}
</div>