Docfile commited on
Commit
1192409
·
verified ·
1 Parent(s): 17e5bdc

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -5
templates/index.html CHANGED
@@ -2,11 +2,6 @@
2
  {% block title %}Accueil - Forum Anonyme{% endblock %}
3
  {% block content %}
4
  <h2 class="text-2xl font-semibold mb-4">Fils de discussion</h2> <!-- Titre plus grand et en gras -->
5
-
6
- <!-- Affichage du nom d'utilisateur (pour information) -->
7
- <p class="text-gray-600 mb-4">Vous êtes connecté en tant que : <span class="font-semibold text-blue-700">{{ username }}</span></p>
8
-
9
-
10
  {% if threads %}
11
  <ul class="thread-list space-y-4"> <!-- Liste avec espacement vertical -->
12
  {% for thread in threads %}
 
2
  {% block title %}Accueil - Forum Anonyme{% endblock %}
3
  {% block content %}
4
  <h2 class="text-2xl font-semibold mb-4">Fils de discussion</h2> <!-- Titre plus grand et en gras -->
 
 
 
 
 
5
  {% if threads %}
6
  <ul class="thread-list space-y-4"> <!-- Liste avec espacement vertical -->
7
  {% for thread in threads %}