From: Guillaume Pellerin Date: Thu, 23 Jan 2025 22:46:54 +0000 (+0100) Subject: rm course link on profile X-Git-Tag: 2.9.2~41 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=797cae1122aa5c50f2858d03903aaae964f56a07;p=teleforma.git rm course link on profile --- 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 %}