Refactoring to konova
This commit is contained in:
+3
-3
@@ -30,10 +30,10 @@ urlpatterns = [
|
||||
path('', home_view, name="home"),
|
||||
path('intervention/', include("intervention.urls")),
|
||||
path('compensation/', include("compensation.urls")),
|
||||
path('eco-account/', include("process.urls")),
|
||||
path('ema/', include("process.urls")),
|
||||
path('eco-account/', include("intervention.urls")), #ToDo
|
||||
path('ema/', include("intervention.urls")), #ToDo
|
||||
path('organisation/', include("organisation.urls")),
|
||||
path('user/', include("process.urls")),
|
||||
path('user/', include("intervention.urls")), #ToDo
|
||||
|
||||
# Autocomplete paths
|
||||
path("atcmplt/orgs", OrganisationAutocomplete.as_view(), name="orgs-autocomplete"),
|
||||
|
||||
Reference in New Issue
Block a user