File diff 109d23889f37 → 30e997a9d6c9
conntrackt/templates/conntrackt/index.html
Show inline comments
 
@@ -4,8 +4,12 @@
 
{% load conntrackt_tags %}
 

	
 
{% block content %}
 
<h1>Welcome to Conntrackt</h1>
 
<div>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.</div>
 
<div class="row">
 
  <h1>Welcome to Conntrackt</h1>
 
</div>
 
<div class="row">
 
    <div>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.</div>
 
</div>
 
<hr>
 
<div class="row">
 
{% if projects %}
 
@@ -15,7 +19,7 @@
 
  </div>
 
  {% endfor %}
 
{% else %}
 
  <div class="span12">Currently there are no project defined in the database. Use the administration pages in order to add a new project.</div>
 
  <div>Currently there are no projects defined in the database. Use the administration pages in order to add a new project.</div>
 
{% endif %}
 
</div>