From 797cae1122aa5c50f2858d03903aaae964f56a07 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 23 Jan 2025 23:46:54 +0100 Subject: [PATCH] rm course link on profile --- teleforma/templates/teleforma/profile_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/profile_detail.html b/teleforma/templates/teleforma/profile_detail.html index 99634c10..33e46184 100644 --- a/teleforma/templates/teleforma/profile_detail.html +++ b/teleforma/templates/teleforma/profile_detail.html @@ -20,7 +20,7 @@ {% with usr|user_courses as courses %} {% for c in courses %} {% with c.course as course %} -
  • {{ course.title}} {{ course.type }}
  • +
  • {{ course.title}} {{ course.type }}
  • {% endwith %} {% endfor %} {% endwith %} -- 2.39.5