add game moved

This commit is contained in:
nocci 2025-05-19 15:06:03 +02:00
parent b9bb3d5574
commit 9ad102c020
2 changed files with 0 additions and 9 deletions

View file

@ -1672,8 +1672,6 @@ 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') }}

View file

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