Zablokowanie opcji napisz wiadomość dla autora ogłoszenia
This commit is contained in:
parent
745c93bf5c
commit
1cdbd207d4
@ -58,10 +58,12 @@
|
|||||||
<h6>Z miejscowości <span> {{ offer.place }}</span></h6><br></br>
|
<h6>Z miejscowości <span> {{ offer.place }}</span></h6><br></br>
|
||||||
<p>{{ offer.description }}</p><br></br>
|
<p>{{ offer.description }}</p><br></br>
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
|
{% if user_get_id is not offer.user_iden.id %}
|
||||||
<div class="quantity">
|
<div class="quantity">
|
||||||
<a class="btn btn-dark" href="#sec2">Napisz wiadomość</a>
|
<a class="btn btn-dark" href="#sec2">Napisz wiadomość</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user