Changeset - 5d5ad00b179b
[Not reviewed]
default
0 1 0
Branko Majic (branko) - 11 years ago 2013-07-06 23:46:55
branko@majic.rs
Noticket: Styling fix.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conntrackt/templates/conntrackt/index.html
Show inline comments
 
@@ -22,12 +22,12 @@
 
  {% for project in projects %}
 
  <div class="span4">
 
    <div class="well">{% include "conntrackt/project_widget.html" %}</div>
 
  </div>
 
  {% endfor %}
 
{% else %}
 
  <div>Currently there are no projects defined in the database. Use the administration pages in order to add a new project.</div>
 
  <div class="span12">Currently there are no projects defined in the database. Use the administration pages in order to add a new project.</div>
 
{% endif %}
 
</div>
 

	
 
{% endblock %}
 

	
0 comments (0 inline, 0 general)