usermanagement/translation/calendar
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from django.urls import path
|
||||
from .views import SettingsView, test_connection, first_run
|
||||
from .views import SettingsView, test_connection, first_run, subscriptions_overview
|
||||
|
||||
app_name = "settingspanel"
|
||||
urlpatterns = [
|
||||
path("", SettingsView.as_view(), name="index"),
|
||||
path("test-connection/", test_connection, name="test_connection"),
|
||||
path("setup/", first_run, name="setup"),
|
||||
path("subscriptions/", subscriptions_overview, name="subscriptions"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user