muistox/contact/views.py

7 lines
150 B
Python
Raw Normal View History

2025-02-02 20:27:04 +02:00
from django.shortcuts import render
from django.views.generic import TemplateView
class Main(TemplateView):
template_name = "contact/main.html"