Files
hoopscout/apps/providers/views.py

6 lines
130 B
Python

from django.views.generic import TemplateView
class ProvidersHomeView(TemplateView):
template_name = "providers/index.html"