{% extends "pages/challenge_settings_base.html" %} {% load url %} {% block title %}Delete {{ object.title|title}} Combined Leaderboard - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Confirm Deletion

{% csrf_token %}

Are you sure that you want to delete the combined leaderboard called "{{ object.title|title }}"?

All linked phases and leaderboards will be left intact.

You are not able to undo this action, once the combined leaderboard is deleted it is deleted forever.
Cancel
{% endblock %}