From ad7d8741f61dc99e78e21734cea36aa113c01aa7 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 24 Apr 2020 20:44:22 +0200 Subject: [PATCH] reduce top space in default template --- templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default.html b/templates/default.html index fe914840..22981826 100644 --- a/templates/default.html +++ b/templates/default.html @@ -5,7 +5,7 @@ {% include "header.html" %}
-
+
{% block default_content %} {% endblock %}