Merge branch 'main' into dev
This commit is contained in:
		
						commit
						b9bb3d5574
					
				
					 3 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,13 @@
 | 
			
		|||
{% 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') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue