Mise en place d'un système permettant de transmettre l'utilisateur logué de page en page
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>#2.The Strongest Battlegrounds</h2>
|
||||
<img src="{{ url_for('static', filename='img/tSB_logo.jpg') }}" alt="Logo TSB" width="200">
|
||||
<img src="{{ url_for('static', filename='img/TSB_logo.jpg') }}" alt="Logo TSB" width="200">
|
||||
<h2>Phonk favoris</h2>
|
||||
<table>
|
||||
<tbody>
|
||||
@@ -40,7 +40,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<p><a href="{{ url_for('index') }}">Retour à l'accueil</a></p>
|
||||
<p><a href="{{ url_for('heure') }}">Verifier l'heure</a></p>
|
||||
<p><a href="{{ url_for('heure',Identifiant=Identifiant) }}">Verifier l'heure</a></p>
|
||||
<p><a href="{{ url_for('formulaire') }}">Aller au formulaire</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user