naprawa bledow i poprawki ux

This commit is contained in:
Mateusz Gruszczyński
2025-02-23 00:24:42 +01:00
parent ad6771c290
commit 31c898ba0c
11 changed files with 331 additions and 144 deletions

View File

@ -2,6 +2,7 @@
{% block content %}
<div class="container my-4">
<h2>Podgląd eksportu: {{ backup.file_path|basename }}</h2>
<hr>
<textarea id="exportEditor" readonly>{{ content|e }}</textarea>
<a href="{{ next_url }}" class="btn btn-secondary">Powrót</a>
</div>