Reformat code

This commit is contained in:
2022-10-12 07:22:22 +01:00
parent 5b2b77efd3
commit 24527147b3
4 changed files with 38 additions and 35 deletions

View File

@@ -44,5 +44,4 @@ urlpatterns = [
path("demo/modal/", demo.DemoModal.as_view(), name="modal"),
path("demo/widget/", demo.DemoWidget.as_view(), name="widget"),
path("demo/window/", demo.DemoWindow.as_view(), name="window"),
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)