diff --git a/nsupdate/main/urls.py b/nsupdate/main/urls.py index 0872af6..e822ba9 100644 --- a/nsupdate/main/urls.py +++ b/nsupdate/main/urls.py @@ -9,6 +9,6 @@ urlpatterns = patterns( url(r'^host/(?P\d+)/$', HostView.as_view(), name='host_view'), url(r'^host/(?P\d+)/delete/$', DeleteHostView.as_view(), name='delete_host'), url(r'^myip$', MyIpView), - url(r'^detectip$', DetectIpView), + url(r'^detectip/$', DetectIpView), url(r'^nic/update$', NicUpdateView), ) diff --git a/nsupdate/nsupdate/templates/base.html b/nsupdate/nsupdate/templates/base.html index 70c71c7..d1d4313 100644 --- a/nsupdate/nsupdate/templates/base.html +++ b/nsupdate/nsupdate/templates/base.html @@ -25,7 +25,7 @@ - nsupdate.info + nsupdate.info