Files
opensem/resources/views/Admin
Valentin Lab 9903579b98 fix: correct form ID mismatch preventing admin content saving
The edit view used ``id='content-form'`` while the shared
``form.blade.php`` calls ``initSaveForm('#homepage-form')``.
The jQuery selector never found the form, so clicking Save
did nothing. Aligned the edit form ID to ``homepage-form``.
2026-02-13 04:07:37 +01:00
..
2022-11-11 13:05:40 +01:00
2022-04-25 20:02:28 +02:00
2024-02-22 21:28:33 +01:00