commit a185236c863fdbded2d9b5505782f35d65c5ca72 Author: Sherief Alaa <sheriefala...@gmail.com> Date: Thu May 22 03:36:18 2014 +0300
typo in tokens.html --- webchat/templates/tokens.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webchat/templates/tokens.html b/webchat/templates/tokens.html index ed95254..b8aaf8c 100644 --- a/webchat/templates/tokens.html +++ b/webchat/templates/tokens.html @@ -40,7 +40,7 @@ {% for token in tokens %} <tr> <td><input name="selected_list" type="checkbox" value="{{token.token}}"></td> - <td>http://{{url}}/chat/{{token.token}}</td> <!-- Should be replaced with https and the correct domain --> + <td>https://{{url}}/chat/{{token.token}}</td> <td>{{token.expires_at|date:"Y-m-d G:i"}}</td> <td>{{token.comment}}</td> </tr> _______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits