Skip to content

Commit

Permalink
Fix template again
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ckd0tm3 committed May 4, 2021
1 parent fc48a73 commit 9f33465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/ctfd-usertoken/usertoken_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h1>Settings</h1>
<div class="nav flex-column nav-pills" role="tablist">
<a class="nav-link active" id="settings-profile-tab" data-toggle="pill" href="#profile" role="tab">Profile</a>
<a class="nav-link" id="settings-tokens-tab" data-toggle="pill" href="#tokens" role="tab">Access Tokens</a>
<a class="nav-link" id="settings-usertoken-tab" data-toggle="pill" href="#usertoken" role="tab">CTFd User Token</a>
</div>
</div>
<div class="col-md-8">
Expand Down

0 comments on commit 9f33465

Please sign in to comment.