diff options
author | Leif Johansson <leifj@sunet.se> | 2012-10-31 00:11:52 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-10-31 00:11:52 +0100 |
commit | ea0442b4797fdc34414d1b0c3153298e214766f6 (patch) | |
tree | f2b36f2a58c69a50308c67af345dd7d2f6401083 /templates/apps/stats/user.html | |
parent | 0d218d69284497581c869ecc1606cfd173e87745 (diff) |
stats in DB
Diffstat (limited to 'templates/apps/stats/user.html')
-rw-r--r-- | templates/apps/stats/user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/stats/user.html b/templates/apps/stats/user.html index 8568697..566317c 100644 --- a/templates/apps/stats/user.html +++ b/templates/apps/stats/user.html @@ -2,7 +2,7 @@ {% load datehumanize %} {% block widgets %} $.ajax({ - url: '/api/stats/user/{{username}}', + url: '/api/stats/?user={{request.user.id}}', method: 'GET', beforeSend: function() { $('#graph').spin("flotload"); }, success: function (resp) { |