fix 2 small issues found by pycharm

This commit is contained in:
Thomas Waldmann 2014-10-24 20:37:56 +02:00
parent aeceda0f38
commit ce9f2a83a5
2 changed files with 1 additions and 1 deletions

View File

@ -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 %}

View File

@ -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,