rDrama/files/templates/admin/new_users.html

9 lines
222 B
HTML
Raw Normal View History

2021-07-28 03:10:04 +00:00
{% extends "mine.html" %}
2021-07-21 01:12:26 +00:00
{% block maincontent %}
2021-09-03 14:08:32 +00:00
<img loading="lazy" src="{{single_plot}}">
<img loading="lazy" src="{{multi_plot}}">
2021-07-21 01:12:26 +00:00
{% include "user_listing.html" %}
{% endblock %}
2021-07-25 21:59:20 +00:00
{% block navbar %}{% endblock %}