fix
This commit is contained in:
parent
54b427ef91
commit
606ab4c1a9
@ -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 }}">
|
||||
|
Loading…
Reference in New Issue
Block a user