mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 20:57:07 +01:00
added list.html
This commit is contained in:
@@ -2,3 +2,6 @@ from django.shortcuts import render
|
||||
|
||||
def index(req):
|
||||
return render(req, "main/index.html")
|
||||
|
||||
def list(req):
|
||||
return render(req, "main/list.html")
|
||||
Reference in New Issue
Block a user