2026.01.04 19:09:25 (cachyos.cmoser.eu)

This commit is contained in:
2026-01-04 19:09:25 +01:00
parent 7e0f01ef1e
commit b3c3d46670
3 changed files with 42 additions and 37 deletions

View File

@@ -12,8 +12,10 @@ from ..models import Page
from ..enums import WikiPageStatus
from django.utils.translation import ngettext, gettext as _
from ..import settings
# Create your views here.
class HomeView(View):
template_name = "tinywiki/home/home.html"