Merge branch 'main' into dev

This commit is contained in:
nocci 2025-05-19 15:03:40 +02:00
commit b9bb3d5574
3 changed files with 8 additions and 0 deletions

View file

@ -1672,6 +1672,8 @@ cat <<'HTML_END' > templates/index.html
{% extends "base.html" %}
{% block content %}
<button id="toggle-keys" class="btn btn-sm btn-outline-secondary mb-2">{{ _('Show/Hide Keys') }}</button>
</a>
<button id="toggle-keys" class="btn btn-sm btn-outline-secondary mb-2">{{ _('Show/Hide Keys') }}</button>
<div class="mb-2 d-flex justify-content-end">
<a href="{{ url_for('add_game') }}" class="btn btn-sm btn-warning">
{{ _('Add New Game') }}