This commit is contained in:
Klaudia 2021-01-16 11:56:08 +01:00
parent 17ed8bec4e
commit 012c03cbe1
18 changed files with 23 additions and 36 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -83,11 +83,11 @@ li a:hover:not(.active) {
</tr>
{% for user in all_Notificationuser %}
<tr>
<th><a href="/homepage/user_profile/{{user.user_iden}}">{{user.user_iden}}</a></th>
<th>{{user.text}}</th>
<th>{{user.date}}</th>
<th><a href="DeleteUser/{{user.user_iden.id}}">Usuń</a></th>
<th><a href="DeleteUserNotification/{{user.id}}">Zamknij<a></th>
<td><a href="/homepage/user_profile/{{user.user_iden}}">{{user.user_iden}}</a></td>
<td>{{user.text}}</td>
<td>{{user.date}}</td>
<td><a href="DeleteUser/{{user.user_iden.id}}">Usuń</a></td>
<td><a href="DeleteUserNotification/{{user.id}}">Zamknij<a></td>
</tr>
{% endfor %}
</table>

View File

@ -50,6 +50,7 @@
</div>
</div>
</div>
<img src="{% static "ad.png" %}" class="center">
<div class="footer_copyright">
<h5>© <script>document.write(new Date().getFullYear());</script> <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>. Downloaded from <a href="https://themeslab.org/" target="_blank">Themeslab</a>
@ -59,3 +60,11 @@ Copyright &copy;<script>document.write(new Date().getFullYear());</script> All r
</div>
</footer>
<!--================End Footer Area =================-->
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>

View File

@ -26,25 +26,6 @@
<div class="categories_main_inner">
<div class="row row_disable">
<div class="col-lg-9 float-md-right">
<div class="showing_fillter">
<div class="row m0">
<div class="secand_fillter">
<h4>Sortuj po:</h4>
<select class="selectpicker">
<option>Nazwa</option>
<option>Najnowsze</option>
</select>
</div>
<div class="third_fillter">
<h4>Pokaż : </h4>
<select class="selectpicker">
<option>5</option>
<option>10</option>
<option>20</option>
</select>
</div>
</div>
</div>
<div class="c_product_grid_details">
{% if all_product %}
@ -86,17 +67,6 @@
{% else %}
<p>No polls are available.</p>
{% endif %}
<nav aria-label="Page navigation example" class="pagination_area">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">4</a></li>
<li class="page-item"><a class="page-link" href="#">5</a></li>
<li class="page-item"><a class="page-link" href="#">6</a></li>
<li class="page-item next"><a class="page-link" href="#"><i class="fa fa-angle-right" aria-hidden="true"></i></a></li>
</ul>
</nav>
</div>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<body>
<img src="{% static "ad.png" %}" class="center">
<header class="shop_header_area carousel_menu_area">
<div class="carousel_menu_inner">
<div class="container">
@ -40,3 +40,11 @@
</body>
</html>
<!--================End Menu Area =================-->
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>

BIN
SocialHelper/static/ad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B