[damned-lies] Fix leftover closing tag
- From: Alexandre Franke <afranke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Fix leftover closing tag
- Date: Wed, 23 Jan 2013 10:17:09 +0000 (UTC)
commit 4f3e862f86cf35d80ab9da02208c29ac707b01f2
Author: Alexandre Franke <alexandre franke gmail com>
Date: Wed Jan 23 11:16:39 2013 +0100
Fix leftover closing tag
templates/teams/team_list.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/teams/team_list.html b/templates/teams/team_list.html
index 8014034..ade7cd6 100644
--- a/templates/teams/team_list.html
+++ b/templates/teams/team_list.html
@@ -23,7 +23,7 @@
—
<span style="font-size: 80%;">
{% if team.get_coordinators %}
- {% blocktrans with plist=team.get_coordinators|people_list %}Coordinated by {{ plist }}</a>{% endblocktrans %}
+ {% blocktrans with plist=team.get_coordinators|people_list %}Coordinated by {{ plist }}{% endblocktrans %}
{% else %}
<em>{% trans "No coordinator" %}</em>
{% endif %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]