Replace md editor with ckeditor

This commit is contained in:
2022-08-23 17:54:58 +02:00
parent 7cc917d9f7
commit ca459c467b
23 changed files with 97 additions and 112 deletions

View File

@@ -4,7 +4,6 @@ from portal.views import (
GetHome,
GetHomeFiltered,
GetFlatpage,
MDUploader,
GetRollingStock,
GetConsist,
Consists,
@@ -14,7 +13,6 @@ from portal.views import (
urlpatterns = [
path("", GetHome.as_view(), name="index"),
path("uploader/", MDUploader.as_view(), name="markdown_uploader"),
path("<int:page>", GetHome.as_view(), name="index_pagination"),
path(
"page/<str:flatpage>",