Some styling + draft 404 page

This commit is contained in:
2024-10-31 16:23:09 +01:00
parent 6b0fbce7ee
commit 6c47dc8a1e
6 changed files with 36 additions and 20 deletions

View File

@@ -37,6 +37,7 @@ security:
- { path: ^/$, roles: ROLE_USER }
- { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^/profile, roles: ROLE_USER }
- { path: ^/bibliography, roles: ROLE_USER }
when@test:
security: