forked from MarseyWorld/MarseyWorld
fix
parent
5770998986
commit
23aaab3c8b
|
@ -1,13 +1,13 @@
|
||||||
{% extends "default.html" %}
|
{% extends "default.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<script src="/assets/js/followers.js?v=200"></script>
|
<div class="col-span-full">
|
||||||
<pre>
|
<pre>
|
||||||
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<h5>@{{u.username}}'s followers</h5>
|
<h5>@{{u.username}}'s followers</h5>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
<table class="table table-striped mb-5">
|
<table class="w-full table table-striped mb-5">
|
||||||
<thead class="bg-primary text-white">
|
<thead class="bg-primary text-white">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="font-weight: bold">#</th>
|
<th style="font-weight: bold">#</th>
|
||||||
|
@ -29,5 +29,9 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block scripts %}
|
||||||
|
<script src="/assets/js/followers.js?v=200"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
|
@ -3,7 +3,7 @@
|
||||||
<div class="col-span-full my-4">
|
<div class="col-span-full my-4">
|
||||||
<h5>Users followed by @{{u.username}}</h5>
|
<h5>Users followed by @{{u.username}}</h5>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
<table class="table table-striped mb-5">
|
<table class="w-full table table-striped mb-5">
|
||||||
<thead class="bg-primary text-white">
|
<thead class="bg-primary text-white">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="font-weight: bold">#</th>
|
<th style="font-weight: bold">#</th>
|
||||||
|
|
Loading…
Reference in New Issue