From: yomguy Date: Tue, 12 Feb 2013 14:53:35 +0000 (+0100) Subject: remove user links X-Git-Tag: 0.9-probarreau~67 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=28c2d0c1236788b48d85c33959765d51e1e3de03;p=teleforma.git remove user links --- 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 }}