From 28c2d0c1236788b48d85c33959765d51e1e3de03 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 12 Feb 2013 15:53:35 +0100 Subject: [PATCH] remove user links --- teleforma/models/pro.py | 1 + teleforma/templates/teleforma/testimonials.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/teleforma/models/pro.py b/teleforma/models/pro.py index 08d43649..162fac5b 100755 --- a/teleforma/models/pro.py +++ b/teleforma/models/pro.py @@ -283,3 +283,4 @@ class SeminarRevision(models.Model): db_table = app_label + '_' + 'seminar_revisions' verbose_name = _('Seminar revision') verbose_name_plural = _('Seminar revisions') + diff --git a/teleforma/templates/teleforma/testimonials.html b/teleforma/templates/teleforma/testimonials.html index 127364f1..ce243f9d 100644 --- a/teleforma/templates/teleforma/testimonials.html +++ b/teleforma/templates/teleforma/testimonials.html @@ -63,8 +63,8 @@ {% for testimonial in object_list %} - {{ testimonial.user.last_name }} - {{ testimonial.user.first_name }} + {{ testimonial.user.last_name }} + {{ testimonial.user.first_name }} {% if testimonial.seminar %}{{ testimonial.seminar.title }}{% else %}{{ testimonial.title }}{% endif %} {{ testimonial.date_added }} -- 2.39.5