mirror of
				https://github.com/DerTyp7/tealcode-django-python.git
				synced 2025-10-31 05:07:08 +01:00 
			
		
		
		
	renamed list to category
This commit is contained in:
		| @@ -3,5 +3,8 @@ from django.shortcuts import render | ||||
| def index(req): | ||||
|     return render(req, "main/index.html") | ||||
|  | ||||
| def list(req): | ||||
|     return render(req, "main/list.html") | ||||
| def topic(req, category, topic): | ||||
|     return render(req, "main/topic.html") | ||||
|  | ||||
| def category(req, category): | ||||
|     return render(req, "main/category.html") | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp187
					DerTyp187