add delete-all in test-data page

This commit is contained in:
Dinh 2020-01-25 23:22:27 -06:00
parent fa9cc9b7cb
commit 954597cd96
7 changed files with 1324 additions and 4 deletions

View file

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block body %}
<p style="font-size:40px;">
I am <b><a href="https://codeforces.com/profile/cuom1999" style="color:red;" target="_blank">cuom1999</a></b>.
</p>
{% endblock %}

File diff suppressed because one or more lines are too long