mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-04 22:04:41 +01:00
More consistent titles
This commit is contained in:
@@ -287,6 +287,7 @@
|
||||
</div>
|
||||
|
||||
<div style="text-align:center">
|
||||
<br>
|
||||
<h1 class="text-center">Challenges</h1>
|
||||
<button class="btn btn-theme btn-outlined create-challenge">New Challenge</button>
|
||||
<div>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<br>
|
||||
<h1>Config</h1>
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
{% for error in errors %}
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<br>
|
||||
<h1>Correct Key Submissions</h1>
|
||||
<div id="confirm" class="modal fade" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<br>
|
||||
<h1>Scoreboard</h1>
|
||||
<table id="scoreboard" class="table table-striped">
|
||||
<thead>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="row" style="text-align:center">
|
||||
<br>
|
||||
<h1>Statistics</h1>
|
||||
|
||||
<h3><b>{{ team_count }}</b> teams registered</h3>
|
||||
|
||||
@@ -10,6 +10,7 @@ input[type="checkbox"] { margin: 0px !important; position: relative; top: 5px; }
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<br>
|
||||
<h1>Teams</h1>
|
||||
<div id="confirm" class="modal fade" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<br>
|
||||
<h1>Incorrect Key Submissions</h1>
|
||||
<div id="confirm" class="modal fade" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
|
||||
Reference in New Issue
Block a user