From 06d759e8092f4f1580468eb27c9f46bac2fbc283 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Mon, 14 Sep 2026 21:15:23 +0200 Subject: [PATCH] fix: set projects link to target _blank --- portfolio/templates/project_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}