cleanup and slight nav-bar additions.
Some checks failed
Gitea Test. / tests (push) Failing after 3s

This commit is contained in:
Wouter Vermeer
2026-04-30 19:33:22 +02:00
parent 33661e14da
commit 99c0b4ae6d
8 changed files with 25 additions and 660 deletions

View File

@@ -1,3 +1,5 @@
from django.shortcuts import render
# Create your views here.
def index(request):
return render(request, "gallery/index.html")