mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-13 15:38:25 +00:00
Refactor search logic to a create an 'omnisearch' (#484)
This commit is contained in:
@@ -23,6 +23,7 @@ urlpatterns = [
|
||||
name="api_secure"),
|
||||
|
||||
path('closemodal/', views.CloseModal.as_view(), name='closemodal'),
|
||||
path('search/', login_required(views.Search.as_view()), name='search'),
|
||||
path('search_help/', login_required(views.SearchHelp.as_view()), name='search_help'),
|
||||
|
||||
path('', include('users.urls')),
|
||||
|
||||
Reference in New Issue
Block a user