Removed unused views code
This commit is contained in:
parent
c3092c4979
commit
58d617e438
2 changed files with 2 additions and 8 deletions
|
@ -44,7 +44,6 @@ urlpatterns = [
|
|||
re_path(r'^invite/(?P<code>[A-Za-z0-9]+)/?$', views.invite_page),
|
||||
|
||||
path('', views.home),
|
||||
re_path(r'^(?P<tab>home|local|federated)/?$', views.home_tab),
|
||||
re_path(r'^notifications/?', views.notifications_page),
|
||||
re_path(r'import/?$', views.import_page),
|
||||
re_path(r'import_status/(\d+)/?$', views.import_status),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue