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>
|
||||
<p>{{ offer.description }}</p><br></br>
|
||||
{% if user.is_authenticated %}
|
||||
{% if user_get_id is not offer.user_iden.id %}
|
||||
<div class="quantity">
|
||||
<a class="btn btn-dark" href="#sec2">Napisz wiadomość</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user