]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Fix typo in 'bundles' template
authorStephen Finucane <stephen@that.guru>
Fri, 9 Jun 2017 17:28:42 +0000 (18:28 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 9 Jun 2017 17:35:34 +0000 (18:35 +0100)
Fixes: d1c605f ("views: Stop using Bundle.public_url")
patchwork/templates/patchwork/bundles.html

index de76966c9c104b71285bbaae30d827a8e1c5db6e..749aaedcf010689bcf5dd6439f11dc0c01419622 100644 (file)
@@ -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"