Docfile commited on
Commit
09123f9
·
verified ·
1 Parent(s): 106e130

Update templates/gere.html

Browse files
Files changed (1) hide show
  1. templates/gere.html +5 -5
templates/gere.html CHANGED
@@ -11,7 +11,7 @@
11
  background-color: #f8f9fa;
12
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
13
  }
14
-
15
  .container {
16
  max-width: 1200px;
17
  margin: 0 auto;
@@ -163,7 +163,7 @@
163
  <div class="alert alert-{{ category }} alert-dismissible fade show" role="alert">
164
  {{ message }}
165
  <button type="button" class="close" data-dismiss="alert" aria-label="Fermer">
166
- <span aria-hidden="true">&times;</span>
167
  </button>
168
  </div>
169
  {% endfor %}
@@ -250,7 +250,7 @@
250
  <li class="list-group-item">
251
  <div class="d-flex justify-content-between align-items-center">
252
  <span class="display-mode">
253
- {{ sous_categorie.nom }}
254
  <small class="text-muted">
255
  <i class="fas fa-book mr-1"></i>{{ sous_categorie.matiere.nom }}
256
  </small>
@@ -316,7 +316,7 @@
316
  <strong>{{ texte.titre }}</strong>
317
  <br>
318
  <small class="text-muted">
319
- <i class="fas fa-list mr-1"></i>{{ texte.sous_categorie.nom }}
320
  <i class="fas fa-book ml-2 mr-1"></i>{{ texte.sous_categorie.matiere.nom }}
321
  </small>
322
  </span>
@@ -501,6 +501,6 @@
501
  });
502
  });
503
  </script>
504
- <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'92d9cec01d6eade4',t:'MTc0NDE5OTY0NC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script>
505
  </body>
506
  </html>
 
11
  background-color: #f8f9fa;
12
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
13
  }
14
+
15
  .container {
16
  max-width: 1200px;
17
  margin: 0 auto;
 
163
  <div class="alert alert-{{ category }} alert-dismissible fade show" role="alert">
164
  {{ message }}
165
  <button type="button" class="close" data-dismiss="alert" aria-label="Fermer">
166
+ <span aria-hidden="true">×</span>
167
  </button>
168
  </div>
169
  {% endfor %}
 
250
  <li class="list-group-item">
251
  <div class="d-flex justify-content-between align-items-center">
252
  <span class="display-mode">
253
+ {{ sous_categorie.nom }}
254
  <small class="text-muted">
255
  <i class="fas fa-book mr-1"></i>{{ sous_categorie.matiere.nom }}
256
  </small>
 
316
  <strong>{{ texte.titre }}</strong>
317
  <br>
318
  <small class="text-muted">
319
+ <i class="fas fa-list mr-1"></i>{{ texte.sous_categorie.nom }}
320
  <i class="fas fa-book ml-2 mr-1"></i>{{ texte.sous_categorie.matiere.nom }}
321
  </small>
322
  </span>
 
501
  });
502
  });
503
  </script>
504
+ <!-- The problematic Cloudflare script has been removed from here -->
505
  </body>
506
  </html>