summaryrefslogtreecommitdiff
path: root/pgcommitfest
diff options
context:
space:
mode:
authorMagnus Hagander2013-08-18 15:55:44 +0000
committerMagnus Hagander2013-08-18 15:55:44 +0000
commit4419c6051b1ea87d5ab5d46255c821c4079415de (patch)
treebd52d4159418036c80ac6d58c8f1c8a2f569d370 /pgcommitfest
parentd7c16a94fbfbb866fbe2a8575f06efe6e2748f30 (diff)
Fix typo
Diffstat (limited to 'pgcommitfest')
-rw-r--r--pgcommitfest/commitfest/templates/patch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html
index 09fe9a9..a0a3b32 100644
--- a/pgcommitfest/commitfest/templates/patch.html
+++ b/pgcommitfest/commitfest/templates/patch.html
@@ -68,7 +68,7 @@
Latest at <a href="http://www.postgresql.org/message-id/{{t.latestmsgid}}/">{{t.latestmessage}}</a> by {{t.latestauthor|hidemail}}<br/>
{%for ta in t.mailthreadattachment_set.all%}
{%if forloop.first%}
- Latest attachment at <a href="http://www.postgrsql.org/message-id/{{ta.messageid}}/">{{ta.date}}</a> from {{ta.author|hidemail}} <button type="button" class="btn btn-mini" data-toggle="collapse" data-target="#att{{t.pk}}"><i class="icon-plus"></i></button>
+ Latest attachment at <a href="http://www.postgresql.org/message-id/{{ta.messageid}}/">{{ta.date}}</a> from {{ta.author|hidemail}} <button type="button" class="btn btn-mini" data-toggle="collapse" data-target="#att{{t.pk}}"><i class="icon-plus"></i></button>
<div id="att{{t.pk}}" class="collapse">
{%endif%}
&nbsp;&nbsp;&nbsp;&nbsp;Attachment at <a href="http://www.postgresql.org/message-id/{{ta.messageid}}/">{{ta.date}}</a> from {{ta.author|hidemail}} (Patch: {{ta.ispatch|yesno:"Yes,No,Pending check"}})<br/>