[tor-commits] [pups/master] typo in tokens.html

colin at torproject.org colin at torproject.org
Fri May 23 00:37:09 UTC 2014


commit a185236c863fdbded2d9b5505782f35d65c5ca72
Author: Sherief Alaa <sheriefalaa.w at 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>





More information about the tor-commits mailing list