damned-lies r1127 - in branches/djamnedlies: . templates
- From: stephaner svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r1127 - in branches/djamnedlies: . templates
- Date: Mon, 3 Nov 2008 13:30:14 +0000 (UTC)
Author: stephaner
Date: Mon Nov 3 13:30:13 2008
New Revision: 1127
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1127&view=rev
Log:
2008-11-03 StÃphane Raimbault <stephane raimbault gmail com>
* templates/person_base.html: Fixed team URL and missing </li>.
Modified:
branches/djamnedlies/ChangeLog
branches/djamnedlies/templates/person_base.html
Modified: branches/djamnedlies/templates/person_base.html
==============================================================================
--- branches/djamnedlies/templates/person_base.html (original)
+++ branches/djamnedlies/templates/person_base.html Mon Nov 3 13:30:13 2008
@@ -49,8 +49,11 @@
<h2>{% trans "Translates:" %}</h2>
<ul>
{% for team in person.translates %}
- {% url stats.views.team team.name as team_url %}
- <li>{% blocktrans with team.description as teamdesc %}Coordinates <a href="{{ team_url }}">{{ teamdesc }}</a>{% endblocktrans %}
+ <li>
+ {% blocktrans with team.get_absolute_url as team_url and team.description as team_desc %}
+ Coordinates <a href="{{ team_url }}">{{ team_desc }}</a>
+ {% endblocktrans %}
+ </li>
{% endfor %}
</ul>
{% endif %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]