From 590f5dc1f3a75d161a173614b41e3602a0516f07 Mon Sep 17 00:00:00 2001 From: Daniel P Date: Sun, 22 Aug 2021 20:34:35 +0600 Subject: [PATCH] Remove whitespace after project description --- hubsrht/templates/project-base.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hubsrht/templates/project-base.html b/hubsrht/templates/project-base.html index cabf21c..c1f707c 100644 --- a/hubsrht/templates/project-base.html +++ b/hubsrht/templates/project-base.html @@ -7,9 +7,7 @@ {% if project.description %}
-
- {{ project.description }} -
+
{{ project.description }}
{% endif %} {% block content %}