updated to upload pictures
This commit is contained in:
@@ -51,8 +51,9 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<!-- Players Section -->
|
||||
<div class="col-md-8 col-12">
|
||||
<!-- Main Content: Players, Groups, Upload -->
|
||||
<div class="col-lg-9 col-12">
|
||||
<!-- Players Section -->
|
||||
<div class="card mb-4 {{ 'dark-mode' if theme == 'dark' else '' }}">
|
||||
<div class="card-header bg-primary text-white">
|
||||
<h2>Players</h2>
|
||||
@@ -84,10 +85,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Group of Players Section -->
|
||||
<div class="col-md-8 col-12">
|
||||
<!-- Group of Players Section -->
|
||||
<div class="card mb-4 {{ 'dark-mode' if theme == 'dark' else '' }}">
|
||||
<div class="card-header bg-secondary text-white">
|
||||
<h2>Group of Players</h2>
|
||||
@@ -115,10 +113,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Content Upload Section -->
|
||||
<div class="col-md-8 col-12">
|
||||
<!-- Content Upload Section -->
|
||||
<div class="card mb-4 {{ 'dark-mode' if theme == 'dark' else '' }}">
|
||||
<div class="card-header bg-warning text-dark">
|
||||
<h2>Content Upload</h2>
|
||||
@@ -128,10 +123,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- App Settings Section -->
|
||||
<!-- App Settings Section: Top right on desktop -->
|
||||
{% if current_user.role == 'admin' %}
|
||||
<div class="col-md-4 col-12">
|
||||
<div class="col-lg-3 col-12">
|
||||
<div class="card mb-4 {{ 'dark-mode' if theme == 'dark' else '' }}">
|
||||
<div class="card-header bg-info text-white">
|
||||
<h2>App Settings</h2>
|
||||
|
||||
Reference in New Issue
Block a user