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 %}