from django.views.generic.base import TemplateView __all__ = ("NoStationErrorView",) class NoStationErrorView(TemplateView): template_name = "aircox/errors/no_station.html"