master
kek7198 2021-12-15 21:56:55 -06:00
parent 17562d90ac
commit 4a7a4e7823
1 changed files with 17 additions and 18 deletions

View File

@ -1,9 +1,8 @@
{% extends "default.html" %}
{% block content %}
<pre></pre>
<div class="col-span-full my-4 px-2.5 md:px-0">
<h5>Users who viewed your profile</h5>
<pre></pre>
<table class="table table-striped mb-5">
<table class="w-full table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>
<th style="font-weight: bold">Name</th>
@ -17,5 +16,5 @@
</tr>
{% endfor %}
</table>
</div>
{% endblock %}