mirror of
https://github.com/ae-utbm/sith.git
synced 2025-04-04 10:50:27 +00:00
10 lines
194 B
Python
10 lines
194 B
Python
from django.shortcuts import render
|
|
|
|
|
|
def april_fool(request):
|
|
return render(request, "april/age_confirm.jinja")
|
|
|
|
|
|
def april_fool_sli(request):
|
|
return render(request, "april/sli.jinja")
|