This commit is contained in:
nocci 2025-05-19 14:45:03 +02:00
parent 2042d56131
commit 0c22d15ee4

View file

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