From 99f60a6dc8f20ccaf454f6c0fd45ccccd41cebab Mon Sep 17 00:00:00 2001
From: Gabriel Augendre
Date: Mon, 31 Oct 2022 01:02:16 +0100
Subject: [PATCH] improve space use
---
src/character/templates/character/view.html | 6 +++---
src/common/templates/common/base.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
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 %}