Ajout d'un séparateur horizontal

This commit is contained in:
galaxyoyo 2019-08-26 16:51:07 +02:00
parent 2272a8b45d
commit 7a81d09b88
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,6 @@ $tournament_data = $DB->query("SELECT `name`, `date_start` FROM `tournaments` WH
$documents_req = $DB->prepare("SELECT `file_id`, `user`, `type`, COUNT(`type`) AS `version` FROM `documents` WHERE `team` = ? GROUP BY `type` ORDER BY `user`, `type` ASC, `uploaded_at` DESC;");
$documents_req->execute([$team_data["id"]]);
?>
<?php include "header.php" ?>
@ -41,6 +39,8 @@ for ($i = 1; $i <= 6; ++$i) {
}
?>
<hr />
<h2>Autorisations</h2>
<?php