From 0164ad6b6882773eb03c251bec028484efbe6881 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sat, 5 Sep 2009 16:36:22 +0200 Subject: [PATCH] bugfix: when a user without a registration joins, showTexture wasn't found due to the second argument being empty --- template/mumble/mumble.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/mumble/mumble.htm b/template/mumble/mumble.htm index 4d48f1b..20628cd 100644 --- a/template/mumble/mumble.htm +++ b/template/mumble/mumble.htm @@ -114,8 +114,10 @@
  • {% trans "Sign-up date" %}: {{ item.mumbleuser.owner.date_joined }}
  • {% endif %} + {% if item.mumbleuser %}

    {% trans "User Texture" %}

    user texture + {% endif %} {% else %}