fix
This commit is contained in:
parent
54b427ef91
commit
606ab4c1a9
@ -83,7 +83,7 @@
|
|||||||
<div class="col-lg-8 col-md-6">
|
<div class="col-lg-8 col-md-6">
|
||||||
{% for user in email_list %}
|
{% for user in email_list %}
|
||||||
<div id="{{ user.id }}" class="tabcontent">
|
<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">
|
<form action="{% url 'send_message' %}" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="author_id" value="{{ offer.user_iden.id }}">
|
<input type="hidden" name="author_id" value="{{ offer.user_iden.id }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user