mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-05 07:54:08 +02:00
Add some popups
This commit is contained in:
8
apps/eastereggs/urls.py
Normal file
8
apps/eastereggs/urls.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
app_name = "eastereggs"
|
||||
|
||||
urlpatterns = [
|
||||
path("xp/", TemplateView.as_view(template_name="eastereggs/xp.html")),
|
||||
]
|
Reference in New Issue
Block a user