diff --git a/conntrackt/templates/conntrackt/index.html b/conntrackt/templates/conntrackt/index.html --- a/conntrackt/templates/conntrackt/index.html +++ b/conntrackt/templates/conntrackt/index.html @@ -4,8 +4,12 @@ {% load conntrackt_tags %} {% block content %} -

Welcome to Conntrackt

-
Below you may find the list of projects that are available to you. Clicking on the project will take you to the summary page for that particular project. Clicking on an entity inside of a project will take you to the summary page of an entity.
+
+

Welcome to Conntrackt

+
+
+
Below you may find the list of projects that are available to you. Clicking on the project will take you to the summary page for that particular project. Clicking on an entity inside of a project will take you to the summary page of an entity.
+

{% if projects %} @@ -15,7 +19,7 @@
{% endfor %} {% else %} -
Currently there are no project defined in the database. Use the administration pages in order to add a new project.
+
Currently there are no projects defined in the database. Use the administration pages in order to add a new project.
{% endif %}