plateforme-tfjm2/draw/views.py

9 lines
196 B
Python
Raw Normal View History

# Copyright (C) 2023 by Animath
# SPDX-License-Identifier: GPL-3.0-or-later
from django.views.generic import TemplateView
class DisplayView(TemplateView):
template_name = 'draw/index.html'