From d2ec7f6e0db9ed2f203e92add255da32b55ceab3 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 21 Feb 2020 10:52:07 +0100 Subject: [PATCH] Do not justify everything --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 12b4cf79..81ebed37 100644 --- a/templates/base.html +++ b/templates/base.html @@ -101,7 +101,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% block sidebar %} {% endblock %} -
+
{% block contenttitle %}

{{ title }}

{% endblock %} {% block content %}

Default content...