linter gonna lint
This commit is contained in:
parent
da22e30ab3
commit
13c76654af
|
@ -15,12 +15,15 @@ class Index(ListView):
|
|||
object_list = TLD.objects.all()
|
||||
return object_list
|
||||
|
||||
|
||||
class About(TemplateView):
|
||||
template_name= 'about.html'
|
||||
template_name = 'about.html'
|
||||
|
||||
|
||||
class Latency(TemplateView):
|
||||
template_name = 'latency.html'
|
||||
|
||||
|
||||
def handler404(request):
|
||||
return render(request, '404.html', status=404)
|
||||
|
||||
|
|
Loading…
Reference in a new issue