This commit is contained in:
Jędrzej Klepacki 2021-01-09 19:56:21 +01:00
parent 54b427ef91
commit 606ab4c1a9

View File

@ -76,14 +76,14 @@
<div class="col-lg-4 col-md-6">
<div class="tab">
{% for user in email_list %}
<button onclick="openCity(event, '{{ user.id }}')" width="200">{{ user.email }}</button><p></p>
<button onclick="openCity(event, '{{ user.id }}')" width="200" >{{ user.email }}</button><p></p>
{% endfor %}
</div>
</div>
<div class="col-lg-8 col-md-6">
{% for user in email_list %}
<div id="{{ user.id }}" class="tabcontent">
<iframe src="/homepage/chating/{{offer.id}}/{{offer.user_iden.id}}/{{user.id}}" width="200", height="200"></iframe>
<iframe src="/homepage/chating/{{offer.id}}/{{offer.user_iden.id}}/{{user.id}}" width="770", height="500"></iframe>
<form action="{% url 'send_message' %}" method="post">
{% csrf_token %}
<input type="hidden" name="author_id" value="{{ offer.user_iden.id }}">