Skip to content
Snippets Groups Projects
Commit cb2ff86b authored by ale's avatar ale
Browse files

flip http/https

parent cba1eb47
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ $(document).ready(function() { ...@@ -79,7 +79,7 @@ $(document).ready(function() {
{% endif -%} {% endif -%}
<a href="/user/details" target="_blank"><b>{{ user.email | e }}</b></a> <a href="/user/details" target="_blank"><b>{{ user.email | e }}</b></a>
| <a href="/about" target="_blank">About</a> | <a href="/about" target="_blank">About</a>
| <a href="http://git.autistici.org/djrandom/tree/client/README.txt" target="_blank"> | <a href="https://git.autistici.org/djrandom/tree/client/README.txt" target="_blank">
Get Client</a> Get Client</a>
| <a href="/logout">Sign out</a> | <a href="/logout">Sign out</a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment