diff --git a/pyweb/mumble/urls.py b/pyweb/mumble/urls.py index 632db00..a2f4b19 100644 --- a/pyweb/mumble/urls.py +++ b/pyweb/mumble/urls.py @@ -18,7 +18,7 @@ from django.conf.urls.defaults import * urlpatterns = patterns( 'mumble.views', - ( r'(?P\d+)/texture.jpg', 'showTexture' ), + ( r'(?P\d+)/texture.png', 'showTexture' ), ( r'(?P\d+)', 'show' ), ( r'$', 'mumbles' ), ) diff --git a/template/mumble/mumble.htm b/template/mumble/mumble.htm index 90dec4d..f083d43 100644 --- a/template/mumble/mumble.htm +++ b/template/mumble/mumble.htm @@ -43,7 +43,7 @@

You can upload an image that you would like to use as your user texture here.
Your current texture is:
- user texture
+ user texture
Hint: The texture image needs to be 600x60 in size. If you upload an image with a different size, it will be resized accordingly.