diff --git a/chat/templates/chat/chat_allusers.html b/chat/templates/chat/chat_allusers.html index 3b4b3db..1edd0ff 100644 --- a/chat/templates/chat/chat_allusers.html +++ b/chat/templates/chat/chat_allusers.html @@ -23,7 +23,7 @@
-

Chat starten +

Chat öffnen


@@ -32,16 +32,48 @@
-
+
{{user.first_name}} {{user.last_name}} - +
{% endfor %}
-
- + \ No newline at end of file diff --git a/chat/templates/chat/chat_content.html b/chat/templates/chat/chat_content.html index a2cc885..942bb3b 100644 --- a/chat/templates/chat/chat_content.html +++ b/chat/templates/chat/chat_content.html @@ -1,8 +1,8 @@ {% load counter_tag %} {% if roomdata.creator == user %} -

Gespräch mit {{roomdata.chatmember_single.first_name}} {{roomdata.chatmember_single.last_name}}

+

{{roomdata.chatmember_single.first_name}} {{roomdata.chatmember_single.last_name}}

{% else %} -

Gespräch mit {{roomdata.creator.first_name}} {{roomdata.creator.last_name}}

+

{{roomdata.creator.first_name}} {{roomdata.creator.last_name}}

{% endif %}
@@ -56,39 +56,7 @@
{% endif %} - - - - {% endfor %} - - - -   @@ -100,9 +68,6 @@   - - - @@ -434,10 +434,22 @@ {% if active_link != 'chat' %} - + + + + + + {% endif %}