rDrama/files/templates/CHRISTMAS/admin/new_users.html
2021-12-19 15:01:28 +02:00

9 lines
No EOL
242 B
HTML

{% extends "CHRISTMAS/mine.html" %}
{% block maincontent %}
<img loading="lazy" src="{{single_plot}}">
<img loading="lazy" src="{{multi_plot}}">
{% include "CHRISTMAS/user_listing.html" %}
{% endblock %}
{% block navbar %}{% endblock %}