stats
This commit is contained in:
parent
f3e6c165f4
commit
8010bbd750
4 changed files with 32 additions and 5 deletions
9
src/web/templates/stats.html
Normal file
9
src/web/templates/stats.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %} {{name}} Steamgifts Bot Configuration {% endblock %}
|
||||
{% block content %}
|
||||
<ul>
|
||||
<li>Total Giveaways Considered: {{totals}}</li>
|
||||
<li>Giveaways Entered: {{entered}}</li>
|
||||
</ul>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue