mirror of
				https://gitlab.com/animath/si/plateforme-corres2math.git
				synced 2025-11-04 01:32:12 +01:00 
			
		
		
		
	Add some popups
This commit is contained in:
		@@ -60,6 +60,7 @@ INSTALLED_APPS = [
 | 
			
		||||
    'rest_framework',
 | 
			
		||||
    'rest_framework.authtoken',
 | 
			
		||||
 | 
			
		||||
    'eastereggs',
 | 
			
		||||
    'registration',
 | 
			
		||||
    'participation',
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
@@ -29,6 +29,8 @@ urlpatterns = [
 | 
			
		||||
    path('api/', include('api.urls')),
 | 
			
		||||
    path('participation/', include('participation.urls')),
 | 
			
		||||
    path('registration/', include('registration.urls')),
 | 
			
		||||
 | 
			
		||||
    path('', include('eastereggs.urls')),
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
handler400 = bad_request
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user