przebudowa systemu

This commit is contained in:
Mateusz Gruszczyński
2025-08-28 10:27:06 +02:00
parent d71d33cfe0
commit e9db945bb4
36 changed files with 2307 additions and 809 deletions

4
static/js/mde_custom.js Normal file
View File

@@ -0,0 +1,4 @@
var simplemde = new SimpleMDE({
element: document.getElementById("opis"),
forceSync: true
});