This commit is contained in:
Aevann1 2021-10-15 16:08:27 +02:00
parent bad22322bd
commit 2265d60b22
1400 changed files with 44951 additions and 45061 deletions

16
files/templates/admin/new_users.html Normal file → Executable file
View file

@ -1,9 +1,9 @@
{% extends "mine.html" %}
{% block maincontent %}
<img loading="lazy" src="{{single_plot}}">
<img loading="lazy" src="{{multi_plot}}">
{% include "user_listing.html" %}
{% endblock %}
{% extends "mine.html" %}
{% block maincontent %}
<img loading="lazy" src="{{single_plot}}">
<img loading="lazy" src="{{multi_plot}}">
{% include "user_listing.html" %}
{% endblock %}
{% block navbar %}{% endblock %}