Skip to content

Commit

Permalink
Merge branch 'master' into reduce-gha-on
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat authored Oct 7, 2023
2 parents 93308ab + 38d28db commit 855285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTFd/themes/core-beta/templates/teams/private.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h2 class="modal-action text-center w-100">{% trans %}Disband Team{% endtrans %}

</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-bs-dismiss="modal"{% trans %}>No{% endtrans %}</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">{% trans %}No{% endtrans %}</button>
<button type="button" class="btn btn-primary" @click="disbandTeam()" :disabled="errors.length > 0">{% trans %}Yes{% endtrans %}</button>
</div>
</div>
Expand Down

0 comments on commit 855285e

Please sign in to comment.