diff --git a/portfolio/templates/project_list.html b/portfolio/templates/project_list.html index 0d256dc..d932faa 100644 --- a/portfolio/templates/project_list.html +++ b/portfolio/templates/project_list.html @@ -6,7 +6,9 @@ {% for project in object_list %}
{% if project.url %} - +

{{ project.name }}

{{ project.short_description }}