Partially implement Database Cleanup button in the admin Panel

This commit is contained in:
Jori van Ee
2017-08-01 20:24:54 +02:00
committed by Jeremy Zhang
parent eaf55ba027
commit 5da55cc66b
2 changed files with 17 additions and 2 deletions

View File

@ -20,5 +20,12 @@
<a class="waves-effect waves-light btn" href="{{ url_for('admin.guilds') }}">Manage</a>
</div>
</div>
<div class="col s12">
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
<h4>Cleanup DB</h4>
<p class="flow-text">Clean up the database</p>
SoonTM
</div>
</div>
</div>
{% endblock %}