diff --git a/src/character/templates/character/view.html b/src/character/templates/character/view.html
index 7683e6a..b2c33c4 100644
--- a/src/character/templates/character/view.html
+++ b/src/character/templates/character/view.html
@@ -16,7 +16,7 @@
{{ character.get_gender_display }}, {{ character.age }} ans, {{ character.height_m }}m, {{ character.weight }}kg (IMC: {{ character.imc }})
-
+
-
+
Combat |
@@ -142,7 +142,7 @@
-
+
Énergie |
diff --git a/src/common/templates/common/base.html b/src/common/templates/common/base.html
index 430ac1b..c57a0ae 100644
--- a/src/common/templates/common/base.html
+++ b/src/common/templates/common/base.html
@@ -21,7 +21,7 @@
-
+
{% block content %}
{% include "common/hello-random.html" %}
{% endblock %}