IDDRS/search/views.py

6 lines
130 B
Python
Raw Permalink Normal View History

2022-06-17 12:06:51 +00:00
from django.shortcuts import render
# Create your views here.
def search(request):
return render(request, 'search.html', {})