paginacja i poprawki uxowe

This commit is contained in:
Mateusz Gruszczyński
2025-08-15 13:25:41 +02:00
parent 4988ad9a5f
commit 5e01a735d3
2 changed files with 3 additions and 5 deletions

View File

@@ -88,7 +88,7 @@
</p>
</div>
<div class="col-md-6">
<label for="created_month" class="form-label">📁 Przenieś do miesiąca</label>
<label class="form-label">📁 Przenieś do miesiąca (format: rok-miesiąc np 2026-01)</label>
<input type="month" id="created_month" name="created_month"
class="form-control bg-dark text-white border-secondary rounded">
</div>

View File

@@ -55,7 +55,7 @@
</div>
</div>
<!-- Przenoszenie -->
<!-- Utworzono / Zmień miesiąc -->
<div class="row mb-3">
<div class="col-md-6">
<label class="form-label">📆 Utworzono:</label>
@@ -63,17 +63,15 @@
<span class="badge bg-success rounded-pill text-dark ms-1">
{{ list.created_at.strftime('%Y-%m-%d') }}
</span>
</p>
</div>
<div class="col-md-6">
<label class="form-label">📁 Przenieś do miesiąca (format: rok-miesiąć np 2026-01)</label>
<label class="form-label">📁 Przenieś do miesiąca (format: rok-miesiąc np 2026-01)</label>
<input type="month" id="move_to_month" name="move_to_month"
class="form-control bg-dark text-white border-secondary rounded">
</div>
</div>
<!-- Kategorie -->
<div class="mb-4">
<label for="categories" class="form-label">🏷️ Kategorie</label>