Skip to content
Snippets Groups Projects
Unverified Commit e51fff6e authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix typo.

parent e2c5e9f7
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@ from django.shortcuts import render
def index(request):
context = {}
return render(request, 'bisquit/index.html', context)
return render(request, 'biscuit/index.html', context)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment