1
Fork 0
e11sync/app/signup/views.py

5 lines
109 B
Python
Raw Normal View History

2023-12-14 22:41:20 +02:00
from django.shortcuts import render
2023-12-14 18:27:56 +02:00
def index(request):
2023-12-14 22:41:20 +02:00
return render(request, "signup/index.html", {})