Browse Source

check in the user detail pages for their textures, see #43

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
19f7c38df4
  1. 2
      template/mumble/mumble.htm

2
template/mumble/mumble.htm

@ -120,7 +120,7 @@
<li>{% trans "Sign-up date" %}: {{ item.mumbleuser.owner.date_joined|date }}</li> <li>{% trans "Sign-up date" %}: {{ item.mumbleuser.owner.date_joined|date }}</li>
</ul> </ul>
{% endif %} {% endif %}
{% if item.mumbleuser %}
{% if item.mumbleuser and item.mumbleuser.hasTexture %}
<h2>{% trans "User Texture" %}</h2> <h2>{% trans "User Texture" %}</h2>
<img src="{% url mumble.views.showTexture DBaseObject.id item.mumbleuser.id %}" alt="user texture" /> <img src="{% url mumble.views.showTexture DBaseObject.id item.mumbleuser.id %}" alt="user texture" />
{% endif %} {% endif %}

Loading…
Cancel
Save