Commit 816ea95b authored by Administrator's avatar Administrator

column commented

parent e6a2bb98
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
<div class="row"> <div class="row">
{% if projects %} {% if projects %}
{% for project in projects %} {% for project in projects %}
<div class="col-md-4"> <!--<div class="col-md-offset-7 col-md-4 content" style="background-color:grey">!-->
<div class="col-md-4 content">
<h3><a href="/project/{{ project.id }}">{{ project.title }}</a></h3> <h3><a href="/project/{{ project.id }}">{{ project.title }}</a></h3>
<h4>{{ project.subtitle }}<h4> <h4>{{ project.subtitle }}<h4>
<h5>Completed:</h5> <h5>Completed:</h5>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment