diff --git a/pyweb/mumble/templates/mumble/mumble.html b/pyweb/mumble/templates/mumble/mumble.html index 9aa33b1..f574161 100644 --- a/pyweb/mumble/templates/mumble/mumble.html +++ b/pyweb/mumble/templates/mumble/mumble.html @@ -193,7 +193,7 @@ height: 200, title: gettext("Texture"), html: String.format('Avatar', - "{% url mumble.views.showTexture MumbleServer.id MumbleAccount.id %}") + "{% url mumble.views.showTexture MumbleServer.id MumbleAccount.mumbleid %}") }, { flex: 1, height: 200, @@ -224,7 +224,7 @@ var now = new Date(); var img = Ext.fly("img_avatar"); img.dom.src = String.format("{0}?_dc={1}", - "{% url mumble.views.showTexture MumbleServer.id MumbleAccount.id %}", + "{% url mumble.views.showTexture MumbleServer.id MumbleAccount.mumbleid %}", now.getTime() ); }