1
Fork 0

Add link to project page

This commit is contained in:
Jake Howard 2016-03-18 21:59:40 +00:00
parent 62248c2119
commit b60ccf4763

View file

@ -42,7 +42,10 @@
<img src="{{ project.image }}" alt="{{ key }} image">
<div class="caption">
<h3>{{ project.title }}</h3>
<p>...</p>
<p></p>
<a href="{% url 'projects:project' key %}">
Read More
</a>
</div>
</div>
</div>