mirror of
				https://gitlab.crans.org/bde/nk20-scripts
				synced 2025-10-29 22:39:51 +01:00 
			
		
		
		
	Test activity app
This commit is contained in:
		| @@ -24,7 +24,7 @@ class Command(BaseCommand): | ||||
|  * Ne pas éditer cette page manuellement, toute modification sera annulée automatiquement. | ||||
|  * Pour annoncer un nouvel événement, rendez-vous sur {activities_url} | ||||
|  | ||||
| """.format(activities_url="https://" + os.getenv("NOTE_URL") + reverse("activity:activity_list")) | ||||
| """.format(activities_url="https://" + os.getenv("NOTE_URL", "") + reverse("activity:activity_list")) | ||||
|  | ||||
|     @staticmethod | ||||
|     def connection(url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user