]> git.parisson.com Git - teleforma.git/commitdiff
rm course link on profile
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 23 Jan 2025 22:46:54 +0000 (23:46 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 23 Jan 2025 22:46:54 +0000 (23:46 +0100)
teleforma/templates/teleforma/profile_detail.html

index 99634c10f88eb120920d746b73bfb88fa0705a85..33e46184aa4e5f231326f8b001a6601daa46c4e5 100644 (file)
@@ -20,7 +20,7 @@
     {% with usr|user_courses as courses %}
      {% for c in courses %}
        {% with c.course as course %}
-       <li><a href="{% url 'teleforma-desk-period-course' period.id course.id %}">{{ course.title}} {{ course.type }}</a></li>
+       <li>{{ course.title}} {{ course.type }}</li>
        {% endwith %}
      {% endfor %}
     {% endwith %}