commit a185236c863fdbded2d9b5505782f35d65c5ca72 Author: Sherief Alaa sheriefalaa.w@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://%7B%7Burl%7D%7D/chat/%7B%7Btoken.token%7D%7D</td> <!-- Should be replaced with https and the correct domain --> + <td>https://%7B%7Burl%7D%7D/chat/%7B%7Btoken.token%7D%7D</td> <td>{{token.expires_at|date:"Y-m-d G:i"}}</td> <td>{{token.comment}}</td> </tr>
tor-commits@lists.torproject.org