[damned-lies] Call accessor for module description in person template



commit c14b7d4bfc5adf9909fc76eb715c7f06c5f5a31f
Author: Claude Paroz <claude 2xlibre net>
Date:   Wed Oct 7 16:30:45 2009 +0200

    Call accessor for module description in person template

 templates/people/person_detail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/people/person_detail.html b/templates/people/person_detail.html
index bbc60c7..86830cf 100644
--- a/templates/people/person_detail.html
+++ b/templates/people/person_detail.html
@@ -39,7 +39,7 @@ $(document).ready(function()
 <h2>{% trans "Maintains:" %}</h2>
 <ul>
   {% for module in person.maintains_modules.all %}
-  <li><a href="{{ module.get_absolute_url }}">{{ module.description }}</a></li>
+  <li><a href="{{ module.get_absolute_url }}">{{ module.get_description }}</a></li>
   {% endfor %}
 </ul>
 {% endif %}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]