1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 18:42:50 +02:00

♻️ Remove $URL_BASE from most html strings

Signed-off-by: Hadrien RENAUD <hadrien.renaud@polytechnique.edu>
This commit is contained in:
Hadrien RENAUD
2019-09-08 22:19:11 +02:00
parent 1bf0316f2b
commit a4be91c8ee
13 changed files with 42 additions and 42 deletions

View File

@ -14,8 +14,8 @@
<center>
<h3>Vous souhaitez participer au tournoi ? Votre équipe est déjà formée ?</h3>
<h4><a href="<?= $URL_BASE ?>/inscription">Créez un compte</a> pour commencer la procédure d'inscription ou
<a href="<?= $URL_BASE ?>/connexion">connectez-vous</a> si votre équipe a déjà un compte.</h4>
<h4><a href="/inscription">Créez un compte</a> pour commencer la procédure d'inscription ou
<a href="/connexion">connectez-vous</a> si votre équipe a déjà un compte.</h4>
</center>
<br>