Update templates/gere.html
Browse files- 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"
|
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 |
-
|
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>
|