Display user's name correctly

This commit is contained in:
Raphael Michel
2015-05-28 21:51:10 +02:00
parent 237a899358
commit 50cf108a05

View File

@@ -32,7 +32,7 @@
</div> &middot;
{% endif %}
{% if request.user.is_authenticated %}
{% blocktrans trimmed with name=request.user.identifier %}
{% blocktrans trimmed with name=request.user %}
Hello, {{ name }}!
{% endblocktrans %} &middot;
<a href="{% url "presale:event.orders" event=request.event.slug organizer=request.event.organizer.slug %}">