Skip to content
Snippets Groups Projects
Commit fcd6d9c6 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use "private" namespace for icons URL

parent c4eed00b
No related branches found
No related tags found
1 merge request!686Resolve "Change material icon set"
Pipeline #59206 canceled
......@@ -320,7 +320,7 @@ urlpatterns = [
name="assign_permission",
),
path("pdfs/<int:pk>/", views.RedirectToPDFFile.as_view(), name="redirect_to_pdf_file"),
path("icons/", include("dj_iconify.urls")),
path("__icons__/", include("dj_iconify.urls")),
]
# Use custom server error handler to get a request object in the template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment