Napisz wiadomość tylko dla zalogowanych
This commit is contained in:
parent
145fca3cd6
commit
745c93bf5c
@ -57,10 +57,11 @@
|
|||||||
<h3>Wystawione przez: {{ offer.user_iden }}</h3>
|
<h3>Wystawione przez: {{ offer.user_iden }}</h3>
|
||||||
<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 %}
|
||||||
<div class="quantity">
|
<div class="quantity">
|
||||||
<a class="btn btn-dark" href="#">Zaproponuj wymianę</a>
|
<a class="btn btn-dark" href="#sec2">Napisz wiadomość</a>
|
||||||
<a class="btn btn-light" href="#sec2">Napisz wiadomość</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user