Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 42e63a2

Browse files
committed
Add social shares config to setup
1 parent af40a16 commit 42e63a2

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

templates/setup.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff 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 &amp; 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>

0 commit comments

Comments
 (0)