added MD editor to new post page

This commit is contained in:
CDaut 2022-06-01 00:39:59 +02:00 committed by CDaut
parent 3f62283c42
commit f3297544f9
6 changed files with 89 additions and 15 deletions

View file

@ -3,5 +3,5 @@ from django.urls import path
urlpatterns = [
path('', viewblog),
path('manage/add/', addpost),
path('manage/add/', addpost, name='addpost'),
]