This commit is contained in:
Aevann1 2021-12-27 07:07:19 +02:00
parent 3004a186e1
commit 141b58296c
66 changed files with 134 additions and 131 deletions

View file

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