Dalsza poprawa frontu
This commit is contained in:
parent
9e5669dccc
commit
d63c08271b
@ -35,18 +35,21 @@
|
||||
</div>
|
||||
<div class="col-lg-8 col-md-6">
|
||||
<div class="c_product_text">
|
||||
<h3>{{ product.title }}</h3>
|
||||
<h1>{{ product.title }}</h1>
|
||||
{% if types.0.0 == product.type %}
|
||||
<h5>Potrzebuje</h5>
|
||||
<h5>Potrzebuje
|
||||
{% else %}
|
||||
<h5>Oddam</h5>
|
||||
<h5>Oddam
|
||||
{% endif %}
|
||||
{% if types_o.0.0 == product.offer %}
|
||||
<h5>Usługa</h5>
|
||||
Usługa</h5>
|
||||
<a href="/homepage/"><button type="button" class="btn btn-danger pull-right">Zakończ</button></a>
|
||||
<a href="/homepage/"><button type="button" class="btn btn-primary pull-right">Edytuj</button></a>
|
||||
{% else %}
|
||||
<h5>Przedmiot</h5>
|
||||
Przedmiot</h5>
|
||||
<button type="button" class="btn btn-danger pull-right">Zakończ</button>
|
||||
<button type="button" class="btn btn-primary pull-right">Edytuj</button>
|
||||
{% endif %}
|
||||
|
||||
<h6>Z miejscowości: <span>{{ product.place }}</span></h6>
|
||||
<p>{{ product.description }}</p>
|
||||
</div>
|
||||
|
@ -46,17 +46,17 @@
|
||||
</div>
|
||||
<div class="col-lg-8 col-md-6">
|
||||
<div class="c_product_text">
|
||||
<h3>{{ product.title }}</h3>
|
||||
<h1>{{ product.title }}</h1>
|
||||
{% if types.0.0 == product.type %}
|
||||
<h5>Potrzebuje</h5>
|
||||
<h5>Potrzebuje
|
||||
{% else %}
|
||||
<h5>Oddam</h5>
|
||||
<h5>Oddam
|
||||
{% endif %}
|
||||
|
||||
{% if types_o.0.0 == product.offer %}
|
||||
<h5>Usługa</h5>
|
||||
Usługa</h5>
|
||||
{% else %}
|
||||
<h5>Przedmiot</h5>
|
||||
Przedmiot</h5>
|
||||
{% endif %}
|
||||
|
||||
<h6>Z miejscowości: <span>{{ product.place }}</span></h6>
|
||||
|
Loading…
Reference in New Issue
Block a user