From 046f4ebbd1eca8b00e4a1a2fd3702acfa129c02f Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Tue, 19 May 2009 21:57:18 +0200 Subject: [PATCH] changed url to point to "texture.png" instead of .jpg --- pyweb/mumble/urls.py | 2 +- template/mumble/mumble.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.