]> git.parisson.com Git - teleforma.git/commitdiff
remove user links
authoryomguy <yomguy@parisson.com>
Tue, 12 Feb 2013 14:53:35 +0000 (15:53 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 12 Feb 2013 14:53:35 +0000 (15:53 +0100)
teleforma/models/pro.py
teleforma/templates/teleforma/testimonials.html

index 08d4364915ab02923be46078e8b105892503ae8b..162fac5b86f10830e81da395cad4bce0640a16be 100755 (executable)
@@ -283,3 +283,4 @@ class SeminarRevision(models.Model):
         db_table = app_label + '_' + 'seminar_revisions'
         verbose_name = _('Seminar revision')
         verbose_name_plural = _('Seminar revisions')
+
index 127364f1abad265d84f8c84a894f61d503d0386b..ce243f9d0488f3a79bb66dfad320f80c8aa8bf1d 100644 (file)
@@ -63,8 +63,8 @@
     <tbody id="spacing">
     {% for testimonial in object_list %}
     <tr>
-     <td><a href="{% url teleforma-profile-detail testimonial.user.username %}">{{ testimonial.user.last_name }}</a></td>
-     <td><a href="{% url teleforma-profile-detail testimonial.user.username %}">{{ testimonial.user.first_name }}</a></td>
+     <td>{{ testimonial.user.last_name }}</td>
+     <td>{{ testimonial.user.first_name }}</td>
      <td>{% if testimonial.seminar %}{{ testimonial.seminar.title }}{% else %}{{ testimonial.title }}{% endif %}</td>
      <td>{{ testimonial.date_added }}</td>
      <td><a href="{% url teleforma-seminar-testimonial-download testimonial.seminar.id %}?format=pdf"><img src="{{ STATIC_URL }}teleforma/images/download.png" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a></td>