0.0.10 fix get_content_for_section_ajax

This commit is contained in:
SDE
2023-11-26 19:02:01 +03:00
parent 872f569fc3
commit 1243ad9110
9 changed files with 110 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ from django.conf import settings
from .js_views import *
urlpatterns = [
path('get_content_for_section', get_content_for_section_ajax, name='get_content_for_section_ajax'),
path('get_content_for_section/', get_content_for_section_ajax, name='get_content_for_section_ajax'),
# path('page/<str:url>/', StaticPageView, name='static_page'),
# path('test_code', test_code, name='test_code'),
]