From 5118a672bb1d4aec8fdba760479c85a3d0b1df36 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 17 Sep 2011 09:27:07 +0200 Subject: [PATCH] fix link to client --- server/djrandom/frontend/templates/_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/djrandom/frontend/templates/_base.html b/server/djrandom/frontend/templates/_base.html index 256f6ee..d500241 100644 --- a/server/djrandom/frontend/templates/_base.html +++ b/server/djrandom/frontend/templates/_base.html @@ -24,7 +24,7 @@ <div id="tophdr"> <a href="/user/details" target="_blank"><b>{{ user.email | e }}</b></a> | <a href="/about" target="_blank">About</a> - | <a href="http://git.autistici.org/cgit/djrandom/tree/client/README.txt" target="_blank"> + | <a href="http://git.autistici.org/djrandom/tree/client/README.txt" target="_blank"> Get Client</a> | <a href="/logout">Sign out</a> </div> -- GitLab