Dalsza poprawa frontu

This commit is contained in:
Klaudia 2020-12-10 23:01:57 +01:00
parent 9e5669dccc
commit d63c08271b
2 changed files with 14 additions and 11 deletions

View File

@ -35,18 +35,21 @@
</div> </div>
<div class="col-lg-8 col-md-6"> <div class="col-lg-8 col-md-6">
<div class="c_product_text"> <div class="c_product_text">
<h3>{{ product.title }}</h3> <h1>{{ product.title }}</h1>
{% if types.0.0 == product.type %} {% if types.0.0 == product.type %}
<h5>Potrzebuje</h5> <h5>Potrzebuje
{% else %} {% else %}
<h5>Oddam</h5> <h5>Oddam
{% endif %} {% endif %}
{% if types_o.0.0 == product.offer %} {% 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 %} {% 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 %} {% endif %}
<h6>Z miejscowości: <span>{{ product.place }}</span></h6> <h6>Z miejscowości: <span>{{ product.place }}</span></h6>
<p>{{ product.description }}</p> <p>{{ product.description }}</p>
</div> </div>

View File

@ -46,17 +46,17 @@
</div> </div>
<div class="col-lg-8 col-md-6"> <div class="col-lg-8 col-md-6">
<div class="c_product_text"> <div class="c_product_text">
<h3>{{ product.title }}</h3> <h1>{{ product.title }}</h1>
{% if types.0.0 == product.type %} {% if types.0.0 == product.type %}
<h5>Potrzebuje</h5> <h5>Potrzebuje
{% else %} {% else %}
<h5>Oddam</h5> <h5>Oddam
{% endif %} {% endif %}
{% if types_o.0.0 == product.offer %} {% if types_o.0.0 == product.offer %}
<h5>Usługa</h5> Usługa</h5>
{% else %} {% else %}
<h5>Przedmiot</h5> Przedmiot</h5>
{% endif %} {% endif %}
<h6>Z miejscowości: <span>{{ product.place }}</span></h6> <h6>Z miejscowości: <span>{{ product.place }}</span></h6>