rDrama/files/templates/admin/new_users.html

9 lines
230 B
HTML
Raw Normal View History

2021-10-15 14:08:27 +00:00
{% extends "mine.html" %}
{% block maincontent %}
<img loading="lazy" src="{{single_plot}}">
<img loading="lazy" src="{{multi_plot}}">
{% include "user_listing.html" %}
{% endblock %}
2021-07-25 21:59:20 +00:00
{% block navbar %}{% endblock %}