fix 2 small issues found by pycharm
This commit is contained in:
parent
aeceda0f38
commit
ce9f2a83a5
@ -78,5 +78,6 @@ ipv4 A 1.2.3.4
|
|||||||
ipv6 AAAA ::1
|
ipv6 AAAA ::1
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -3,7 +3,6 @@ main app url dispatching
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from django.conf.urls import patterns, url
|
from django.conf.urls import patterns, url
|
||||||
from django.views.generic import TemplateView
|
|
||||||
|
|
||||||
from .views import (
|
from .views import (
|
||||||
HomeView, OverviewView, HostView, AddHostView, DeleteHostView, AboutView, GenerateSecretView, GenerateNSSecretView,
|
HomeView, OverviewView, HostView, AddHostView, DeleteHostView, AboutView, GenerateSecretView, GenerateNSSecretView,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user