forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-13 06:55:15 -06:00
parent 35bdb81e98
commit 5770998986
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,6 @@
{% extends "default.html" %}
{% block content %}
<script src="/assets/js/following.js?v=200"></script>
<pre>
</pre>
<div class="col-span-full my-4">
<h5>Users followed by @{{u.username}}</h5>
<pre></pre>
<table class="table table-striped mb-5">
@ -29,5 +25,9 @@
{% endfor %}
</tbody>
</table>
</div>
{% endblock %}
{% block scripts %}
<script src="/assets/js/following.js?v=200"></script>
{% endblock %}