[PATCH] Fix typo in 'bundles' template

Stephen Finucane stephen at that.guru
Sat Jun 10 03:28:56 AEST 2017


Fixes: d1c605f ("views: Stop using Bundle.public_url")
---
 patchwork/templates/patchwork/bundles.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patchwork/templates/patchwork/bundles.html b/patchwork/templates/patchwork/bundles.html
index de76966..749aaed 100644
--- a/patchwork/templates/patchwork/bundles.html
+++ b/patchwork/templates/patchwork/bundles.html
@@ -34,7 +34,7 @@
    {% endif %}
   </td>
   <td style="text-align: right">{{ bundle.patches.count }}</td>
-  <td style="text-align: center;"><ahref="{{ bundle.get_mbox_url }}"
+  <td style="text-align: center;"><a href="{{ bundle.get_mbox_url }}"
    ><span class="glyphicon glyphicon-download-alt"></span></a></td>
   <td style="text-align: center;">
    <form method="post"
-- 
2.9.4



More information about the Patchwork mailing list