mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-25 00:42:23 +00:00
Test activity app
This commit is contained in:
parent
4e1bcd1808
commit
525f091b0c
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user