This commit is contained in:
Aevann1 2021-08-04 17:35:10 +02:00
parent c3ce4c8743
commit 254995d1e4
948 changed files with 128 additions and 128 deletions

View file

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