From 42e63a27b7222be38c7d3dad7d9ae61c32757692 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Wed, 13 Aug 2025 01:25:37 -0400 Subject: [PATCH] Add social shares config to setup --- templates/setup.html | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/templates/setup.html b/templates/setup.html index f4dbe0a..de8a185 100644 --- a/templates/setup.html +++ b/templates/setup.html @@ -348,17 +348,15 @@
{{ radio.label }}
-

MajorLeagueCyber Integration

-

- MajorLeagueCyber (MLC) is a cyber security event tracker written and maintained by the developers of CTFd. - Set up MLC integration to: -

    -
  • display your event on the MLC website and mailing list
  • -
  • share and track participant statistics
  • -
  • provide live updates in team Slack or Discord groups
  • -
  • archive challenges, team participation & more
  • -
-

+ {{ form.social_shares.label }} + {{ form.social_shares(class="form-control custom-select") }} + + {{ form.social_shares.description }} + +
+
+ MajorLeagueCyber Integration +

MajorLeagueCyber (MLC) is a cyber security event tracker written and maintained by the developers of CTFd.