Commit 41c06477 authored by Rafal's avatar Rafal

all

parent dc29f735
...@@ -32,11 +32,13 @@ ...@@ -32,11 +32,13 @@
<div class="info"> <div class="info">
<h4 class="text-center">{{ project.name }}</h4> <h4 class="text-center">{{ project.name }}</h4>
<p>{{ project.description }}</p> <p>{{ project.description }}</p>
<button type="button" class="btn btn-danger">Delete</button>
</div> </div>
</a>
<button type="button" class="btn btn-danger">Delete</button>
</div> </div>
</div> </div>
</a>
{% endfor %} {% endfor %}
......
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