This repository was archived by the owner on Aug 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -348,17 +348,15 @@ <h5>{{ radio.label }}</h5>
348348 </ div >
349349 < div class ="tab-pane fade " id ="integrations " role ="tabpanel ">
350350 < div class ="mb-3 ">
351- < h4 > MajorLeagueCyber Integration</ h4 >
352- < p >
353- MajorLeagueCyber (MLC) is a cyber security event tracker written and maintained by the developers of CTFd.
354- Set up MLC integration to:
355- < ul >
356- < li > display your event on the MLC website and mailing list</ li >
357- < li > share and track participant statistics</ li >
358- < li > provide live updates in team Slack or Discord groups</ li >
359- < li > archive challenges, team participation & more</ li >
360- </ ul >
361- </ p >
351+ < b > {{ form.social_shares.label }}</ b >
352+ {{ form.social_shares(class="form-control custom-select") }}
353+ < small class ="form-text text-muted ">
354+ {{ form.social_shares.description }}
355+ </ small >
356+ </ div >
357+ < div class ="mb-3 ">
358+ < b > MajorLeagueCyber Integration</ b >
359+ < p > MajorLeagueCyber (MLC) is a cyber security event tracker written and maintained by the developers of CTFd.</ p >
362360 < button type ="button " id ="integration-mlc " class ="btn btn-primary btn-block " @click ="mlcSetup() ">
363361 Setup
364362 </ button >
You can’t perform that action at this time.
0 commit comments