[tor-commits] [tpo/master] Check if there is a tor alpha version
hiro at torproject.org
hiro at torproject.org
Fri May 3 13:19:47 UTC 2019
commit 8aaedda76fc844dbeef287166f1993965cd3bc0b
Author: hiro <hiro at torproject.org>
Date: Fri May 3 15:19:43 2019 +0200
Check if there is a tor alpha version
---
templates/download-tor.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/download-tor.html b/templates/download-tor.html
index 2722525..0bc79c5 100644
--- a/templates/download-tor.html
+++ b/templates/download-tor.html
@@ -29,7 +29,7 @@
<td>{{ a.version }}</td>
<td class="text-right"><a href="{{ alpha_download_link }}">{{ _('Download') }}</a> (<a href="{{ alpha_sig_link }}">{{ _('sig') }}</a>)</td>
</tr>
- {% end %}
+ {% endif %}
</tbody>
</table>
</div>
More information about the tor-commits
mailing list