We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411359a commit 4adb996Copy full SHA for 4adb996
resources/views/devoirs/devoir-console.blade.php
@@ -38,7 +38,7 @@
38
<div class="row">
39
<div class="col-md-12 text-monospace p-2 pl-3 pr-3 mb-3" style="border:dashed 2px #e3342f;border-radius:8px;">
40
41
- @if(isset($_GET['i']))
+ @if(isset($_GET['i']) AND !Auth::check())
42
<div class="text-monospace text-danger text-center font-weight-bold m-2">SAUVEGARDEZ LES INFORMATIONS CI-DESSOUS AVANT DE QUITTER CETTE PAGE</div>
43
@endif
44
0 commit comments