mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
networks: Rename views modules as 'views'
Tests performed: - Visit networks main view to list network connections. - Add an Ethernet connection, view it and delete it. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
95d0923788
commit
cfc3b1924f
@ -5,7 +5,7 @@ URLs for the Network module
|
||||
|
||||
from django.conf.urls import url
|
||||
|
||||
from . import networks as views
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^sys/networks/$', views.index, name='index'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user