remove doku/bbcode to markdown

This commit is contained in:
thomas girod
2024-08-10 14:23:01 +02:00
parent 28ff7f24c5
commit 7a0fa9f1a0
5 changed files with 2 additions and 195 deletions

View File

@ -38,7 +38,6 @@ register_converter(BooleanStringConverter, "bool")
urlpatterns = [
path("", index, name="index"),
path("to_markdown/", ToMarkdownView.as_view(), name="to_markdown"),
path("notifications/", NotificationList.as_view(), name="notification_list"),
path("notification/<int:notif_id>/", notification, name="notification"),
# Search